mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 01:17:55 +00:00
:octocat: do not throw in QRDataModeInterface::validateString() (#182)
This commit is contained in:
@@ -40,4 +40,12 @@ final class ByteTest extends DataInterfaceTestAbstract{
|
||||
$this::markTestSkipped('N/A (binary mode)');
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function testBinaryStringInvalid():void{
|
||||
/** @noinspection PhpUnitTestFailedLineInspection */
|
||||
$this::markTestSkipped('N/A (binary mode)');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user