Skip to content

Commit

Permalink
Update ExJSONScriptTestCaseRunner.php
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Dec 20, 2024
1 parent a979490 commit e1639d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace SD\Tests\Integration\JSONScript;

require_once __DIR__ . '/ExSMWIntegrationTestCase.php';

use MediaWiki\MediaWikiServices;
use SMW\Localizer\Localizer;
use SMW\Tests\DatabaseTestCase;
use SMW\Tests\Utils\JSONScript\JsonTestCaseContentHandler;
use SMW\Tests\Utils\JSONScript\JsonTestCaseFileHandler;
use SMW\Tests\Utils\UtilityFactory;
Expand All @@ -28,7 +28,7 @@
*
* @author mwjames
*/
abstract class ExJSONScriptTestCaseRunner extends ExSMWIntegrationTestCase {
abstract class ExJSONScriptTestCaseRunner extends DatabaseTestCase {

/**
* @var FileReader
Expand Down

0 comments on commit e1639d2

Please sign in to comment.