🚿 move and exclude test traits

This commit is contained in:
smiley
2025-11-01 21:28:10 +01:00
parent 53585226a5
commit 8237857cc3
18 changed files with 22 additions and 15 deletions
+2 -2
View File
@@ -18,11 +18,11 @@ use chillerlan\QRCode\{QRCode, QROptions};
use chillerlan\QRCode\Common\{EccLevel, LuminanceSourceInterface, Mode, Version};
use chillerlan\QRCode\Decoder\Decoder;
use chillerlan\QRCode\Output\QRGdImagePNG;
use chillerlan\QRCodeTest\Traits\{QRMatrixDebugTrait, QRMaxLengthTrait};
use chillerlan\Settings\SettingsContainerInterface;
use PHPUnit\Framework\Attributes\{DataProvider, Group};
use PHPUnit\Framework\TestCase;
use Exception, Generator;
use RuntimeException;
use Exception, Generator, RuntimeException;
use function array_map, defined, realpath, sprintf, str_repeat, substr;
/**