Skip to content

Commit

Permalink
Update SemanticCiteJsonTestCaseScriptRunnerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Dec 31, 2024
1 parent 969cf22 commit 096ae2e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -20,7 +20,7 @@
*
* @author mwjames
*/
class SemanticCiteJsonTestCaseScriptRunnerTest extends LightweightJsonTestCaseScriptRunner {
class SemanticCiteJsonTestCaseScriptRunnerTest extends JSONScriptServicesTestCaseRunner {

private $semanticDataValidator;
private $stringValidator;
Expand Down

0 comments on commit 096ae2e

Please sign in to comment.