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 e699e48 commit 077c719
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace SD\Tests\Integration\JSONScript;

require_once __DIR__ . '/ExDatabaseTestCase.php';

use MediaWiki\MediaWikiServices;
use SMW\Localizer\Localizer;
Expand All @@ -28,7 +29,7 @@
*
* @author mwjames
*/
abstract class ExJSONScriptTestCaseRunner extends DatabaseTestCase {
abstract class ExJSONScriptTestCaseRunner extends ExDatabaseTestCase {

/**
* @var FileReader
Expand Down

0 comments on commit 077c719

Please sign in to comment.