mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-23 22:17:58 +00:00
:octocat: fix PHPCS config, add Slevomat rules
This commit is contained in:
@@ -38,16 +38,10 @@ final class ByteTest extends DataInterfaceTestAbstract{
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function testInvalidDataException():void{
|
||||
$this::markTestSkipped('N/A (binary mode)');
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function testBinaryStringInvalid():void{
|
||||
$this::markTestSkipped('N/A (binary mode)');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user