X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fparser%2FPreprocessorTest.php;h=c415b586423c7b7c0c9998002bfd1ce2a1fafd43;hp=ab138996a2d451fe54190c691e86bd78931c49e3;hb=6b3e5511fb848890f174690885e748b90389c0b8;hpb=f1189284588d626e257bb8cfa43e7a8d60c0453f diff --git a/tests/phpunit/includes/parser/PreprocessorTest.php b/tests/phpunit/includes/parser/PreprocessorTest.php index ab138996a2..c415b58642 100644 --- a/tests/phpunit/includes/parser/PreprocessorTest.php +++ b/tests/phpunit/includes/parser/PreprocessorTest.php @@ -37,8 +37,8 @@ class PreprocessorTest extends MediaWikiTestCase { protected $mPreprocessors; protected static $classNames = [ - 'Preprocessor_DOM', - 'Preprocessor_Hash' + Preprocessor_DOM::class, + Preprocessor_Hash::class ]; protected function setUp() {