summaryrefslogtreecommitdiff
path: root/tests/phpunit/includes/PrefixSearchTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/PrefixSearchTest.php')
-rw-r--r--tests/phpunit/includes/PrefixSearchTest.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/phpunit/includes/PrefixSearchTest.php b/tests/phpunit/includes/PrefixSearchTest.php
index d63541b7..afd10e9a 100644
--- a/tests/phpunit/includes/PrefixSearchTest.php
+++ b/tests/phpunit/includes/PrefixSearchTest.php
@@ -6,6 +6,11 @@
class PrefixSearchTest extends MediaWikiLangTestCase {
public function addDBData() {
+ if ( !$this->isWikitextNS( NS_MAIN ) ) {
+ // tests are skipped if NS_MAIN is not wikitext
+ return;
+ }
+
$this->insertPage( 'Sandbox' );
$this->insertPage( 'Bar' );
$this->insertPage( 'Example' );