mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-28 19:18:44 +00:00
:octocat: added group tag for sloww tests
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user