From: Max Semenik Date: Thu, 21 Jan 2016 20:46:26 +0000 (-0800) Subject: Register a couple of test classes in autoloader X-Git-Tag: 1.31.0-rc.0~8255^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=57e782dc4d6dc9c8b815365e2651523288858b94;p=lhc%2Fweb%2Fwiklou.git Register a couple of test classes in autoloader Bug: T59557 Change-Id: I98e00a321d8fecc4b13bbc84938f849b781209c9 --- diff --git a/tests/TestsAutoLoader.php b/tests/TestsAutoLoader.php index 1c4851544d..028ef81b8c 100644 --- a/tests/TestsAutoLoader.php +++ b/tests/TestsAutoLoader.php @@ -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",