aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/parserTests.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/parserTests.php')
-rw-r--r--tests/parser/parserTests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/parser/parserTests.php b/tests/parser/parserTests.php
index 454cc72de0a6..4d1a72a05ed2 100644
--- a/tests/parser/parserTests.php
+++ b/tests/parser/parserTests.php
@@ -35,6 +35,7 @@ use MediaWiki\Tests\DummyTermColorer;
use Wikimedia\Parsoid\Utils\ScriptUtils;
define( 'MW_AUTOLOAD_TEST_CLASSES', true );
+define( 'MW_PARSER_TEST', true );
class ParserTestsMaintenance extends Maintenance {