for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare( strict_types = 1 );
namespace Maps\Tests\System;
use SMW\Tests\Integration\JSONScript\JsonTestCaseScriptRunnerTest;
class SemanticJsonScriptTest extends JsonTestCaseScriptRunnerTest {
public function setUp() {
if ( substr( SMW_VERSION, 0, 3 ) === '3.0' ) {
$this->markTestSkipped( 'SMW version too old' );
}
parent::setUp();
protected function getTestCaseLocation() {
return __DIR__ . '/SemanticJsonScript';