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
+2 -2
View File
@@ -24,7 +24,7 @@ final class QRStringJSONTest extends QRStringTestAbstract{
* @inheritDoc
*/
protected function setUp():void{
// just in case someone's running this on some weird disto that's been compiled without ext-json
// just in case someone's running this on some weird distro that's been compiled without ext-json
if(!extension_loaded('json')){
$this::markTestSkipped('ext-json not loaded');
}
@@ -34,7 +34,7 @@ final class QRStringJSONTest extends QRStringTestAbstract{
public function testSetModuleValues():void{
$this::markTestSkipped('N/A');
$this::markTestSkipped('N/A (JSON test)');
}
}