X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fcontent%2FWikitextContentTest.php;h=be935631688ea51722f18a2cd52c062e71a75016;hb=b7625d63a6f1f8867c911dbd6e93eebdaca3312f;hp=91255eb0f50296468250c8035feddedd0bbbc166;hpb=fe25fde55bc9e58741965ad0f2275a7ba2ac77fa;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/content/WikitextContentTest.php b/tests/phpunit/includes/content/WikitextContentTest.php index 91255eb0f5..be93563168 100644 --- a/tests/phpunit/includes/content/WikitextContentTest.php +++ b/tests/phpunit/includes/content/WikitextContentTest.php @@ -431,11 +431,11 @@ just a test" public static function dataGetDeletionUpdates() { return [ - [ "WikitextContentTest_testGetSecondaryDataUpdates_1", + [ CONTENT_MODEL_WIKITEXT, "hello ''world''\n", [ LinksDeletionUpdate::class => [] ] ], - [ "WikitextContentTest_testGetSecondaryDataUpdates_2", + [ CONTENT_MODEL_WIKITEXT, "hello [[world test 21344]]\n", [ LinksDeletionUpdate::class => [] ] ],