diff --git a/tests/phpunit/Integration/JSONScript/SemanticCiteJsonTestCaseScriptRunnerTest.php b/tests/phpunit/Integration/JSONScript/SemanticCiteJsonTestCaseScriptRunnerTest.php index e64606c..1e6aca7 100644 --- a/tests/phpunit/Integration/JSONScript/SemanticCiteJsonTestCaseScriptRunnerTest.php +++ b/tests/phpunit/Integration/JSONScript/SemanticCiteJsonTestCaseScriptRunnerTest.php @@ -6,8 +6,8 @@ use SCI\HookRegistry; use SCI\Options; use Onoi\Cache\CacheFactory; -use SMW\Tests\LightweightJsonTestCaseScriptRunner; -use SMW\Tests\JsonTestCaseFileHandler; +use SMW\Tests\JSONScriptServicesTestCaseRunner; +use SMW\Tests\Utils\JSONScript\JsonTestCaseFileHandler; use SMW\Tests\Utils\UtilityFactory; use SMW\DIWikiPage; @@ -20,7 +20,7 @@ * * @author mwjames */ -class SemanticCiteJsonTestCaseScriptRunnerTest extends LightweightJsonTestCaseScriptRunner { +class SemanticCiteJsonTestCaseScriptRunnerTest extends JSONScriptServicesTestCaseRunner { private $semanticDataValidator; private $stringValidator;