X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fcommon%2FTestsAutoLoader.php;h=3de3ba70639f297219c6376610c72c22ca7b23dd;hb=7ed4c5e6b7fcada7ccec037389a1e4c07fa94d3c;hp=ebd3c53f9985d433ae55cd8e645917e57785bace;hpb=5803f458a7c72eeb2d3419cdb5fbe7f543cb0756;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/common/TestsAutoLoader.php b/tests/common/TestsAutoLoader.php index ebd3c53f99..3de3ba7063 100644 --- a/tests/common/TestsAutoLoader.php +++ b/tests/common/TestsAutoLoader.php @@ -64,7 +64,6 @@ $wgAutoloadClasses += [ # tests/phpunit/includes 'RevisionStorageTest' => "$testDir/phpunit/includes/RevisionStorageTest.php", - 'TestingAccessWrapper' => "$testDir/phpunit/includes/TestingAccessWrapper.php", 'TestLogger' => "$testDir/phpunit/includes/TestLogger.php", # tests/phpunit/includes/api @@ -160,6 +159,8 @@ $wgAutoloadClasses += [ 'MockDjVuHandler' => "$testDir/phpunit/mocks/media/MockDjVuHandler.php", 'MockOggHandler' => "$testDir/phpunit/mocks/media/MockOggHandler.php", 'MockMediaHandlerFactory' => "$testDir/phpunit/mocks/media/MockMediaHandlerFactory.php", + 'MockChangesListFilter' => "$testDir/phpunit/mocks/MockChangesListFilter.php", + 'MockChangesListFilterGroup' => "$testDir/phpunit/mocks/MockChangesListFilterGroup.php", 'MockWebRequest' => "$testDir/phpunit/mocks/MockWebRequest.php", 'MediaWiki\\Session\\DummySessionBackend' => "$testDir/phpunit/mocks/session/DummySessionBackend.php", @@ -169,4 +170,4 @@ $wgAutoloadClasses += [ 'ParserTestFileSuite' => "$testDir/phpunit/suites/ParserTestFileSuite.php", 'ParserTestTopLevelSuite' => "$testDir/phpunit/suites/ParserTestTopLevelSuite.php", ]; -// @codingStandardsIgnoreEnd \ No newline at end of file +// @codingStandardsIgnoreEnd