Register a couple of test classes in autoloader
authorMax Semenik <maxsem.wiki@gmail.com>
Thu, 21 Jan 2016 20:46:26 +0000 (12:46 -0800)
committerMax Semenik <maxsem.wiki@gmail.com>
Thu, 21 Jan 2016 20:46:26 +0000 (12:46 -0800)
Bug: T59557
Change-Id: I98e00a321d8fecc4b13bbc84938f849b781209c9

tests/TestsAutoLoader.php

index 1c48515..028ef81 100644 (file)
@@ -48,6 +48,7 @@ $wgAutoloadClasses += array(
        'LessFileCompilationTest' => "$testDir/phpunit/LessFileCompilationTest.php",
 
        # tests/phpunit/includes
+       'RevisionStorageTest' => "$testDir/phpunit/includes/RevisionStorageTest.php",
        'TestingAccessWrapper' => "$testDir/phpunit/includes/TestingAccessWrapper.php",
 
        # tests/phpunit/includes/api
@@ -85,6 +86,9 @@ $wgAutoloadClasses += array(
        # tests/phpunit/includes/logging
        'LogFormatterTestCase' => "$testDir/phpunit/includes/logging/LogFormatterTestCase.php",
 
+       # tests/phpunit/includes/page
+       'WikiPageTest' => "$testDir/phpunit/includes/page/WikiPageTest.php",
+
        # tests/phpunit/includes/password
        'PasswordTestCase' => "$testDir/phpunit/includes/password/PasswordTestCase.php",