:octocat: do not throw in QRDataModeInterface::validateString() (#182)

This commit is contained in:
smiley
2023-03-01 20:11:45 +01:00
parent d650fe7306
commit cc58c403f8
4 changed files with 39 additions and 4 deletions
+8
View File
@@ -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)');
}
}