:octocat: fixes/implements #223

This commit is contained in:
smiley
2023-10-25 21:30:48 +02:00
parent 5e8d10df82
commit ab358f2f38
30 changed files with 569 additions and 114 deletions
+6 -1
View File
@@ -11,14 +11,16 @@
namespace chillerlan\QRCodeTest\Output;
use chillerlan\QRCode\Output\QROutputInterface;
use chillerlan\QRCode\Output\QRStringJSON;
use function extension_loaded;
/**
*
*/
final class QRStringJSONTest extends QRStringTestAbstract{
final class QRStringJSONTest extends QROutputTestAbstract{
protected string $type = QROutputInterface::STRING_JSON;
protected string $FQN = QRStringJSON::class;
/**
* @inheritDoc
@@ -32,6 +34,9 @@ final class QRStringJSONTest extends QRStringTestAbstract{
parent::setUp();
}
public static function moduleValueProvider():array{
return [];
}
public function testSetModuleValues():void{
/** @noinspection PhpUnitTestFailedLineInspection */