smiley 1 anno fa
parent
commit
0a897ca723
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      tests/Data/DataInterfaceTestAbstract.php

+ 0 - 1
tests/Data/DataInterfaceTestAbstract.php

@@ -11,7 +11,6 @@
 namespace chillerlan\QRCodeTest\Data;
 
 use chillerlan\QRCode\Common\{EccLevel, MaskPattern, Mode, Version};
-use PHPUnit\Framework\ExpectationFailedException;
 use chillerlan\QRCode\Data\{QRCodeDataException, QRData, QRDataModeInterface, QRMatrix};
 use chillerlan\QRCode\QROptions;
 use chillerlan\QRCodeTest\QRMaxLengthTrait;