This commit is contained in:
smiley
2022-05-10 14:53:59 +02:00
parent 2b2bda3de5
commit 8c75d8b2dc
9 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ final class ByteTest extends DatainterfaceTestAbstract{
* @inheritDoc
*/
public function testInvalidDataException():void{
$this::markTestSkipped('N/A');
$this::markTestSkipped('N/A (binary mode)');
}
}