:octocat: added group tag for sloww tests

This commit is contained in:
smiley
2023-03-16 17:43:09 +01:00
parent c4314d6088
commit 3afa888180
4 changed files with 17 additions and 6 deletions
+2
View File
@@ -72,6 +72,7 @@ abstract class QRCodeReaderTestAbstract extends TestCase{
}
/**
* @group slow
* @dataProvider qrCodeProvider
*/
public function testReader(string $img, string $expected, bool $grayscale):void{
@@ -131,6 +132,7 @@ abstract class QRCodeReaderTestAbstract extends TestCase{
}
/**
* @group slow
* @dataProvider dataTestProvider
*/
public function testReadData(Version $version, EccLevel $ecc, string $expected):void{