X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommon%2FTestsAutoLoader.php;h=a965d3e493172f1059b2330912d59eed35d0bb61;hb=a8379682a46a428320c88702c800a6107c015137;hp=8f752df68be63b603bd3d2602dcf37ebf7ae6fb5;hpb=89539f2aa1b158fdcc703ad053e2580cb97a6385;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/common/TestsAutoLoader.php b/tests/common/TestsAutoLoader.php index 8f752df68b..a965d3e493 100644 --- a/tests/common/TestsAutoLoader.php +++ b/tests/common/TestsAutoLoader.php @@ -64,6 +64,8 @@ $wgAutoloadClasses += [ 'LessFileCompilationTest' => "$testDir/phpunit/LessFileCompilationTest.php", # tests/phpunit/includes + 'RevisionTestModifyableContent' => "$testDir/phpunit/includes/RevisionTestModifyableContent.php", + 'RevisionTestModifyableContentHandler' => "$testDir/phpunit/includes/RevisionTestModifyableContentHandler.php", 'RevisionStorageTest' => "$testDir/phpunit/includes/RevisionStorageTest.php", 'TestLogger' => "$testDir/phpunit/includes/TestLogger.php",