X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fcontent%2FWikitextContentTest.php;h=1db6aab618ebb259108767aa2b88d0b40c7ce056;hp=e04f562429c55f240acd3bbb803908b3512f818a;hb=326d655fc9309f55112538b387ed8c201158a27d;hpb=fdb07d74e63ed3f0c09e548ae43b23b147bb54e6 diff --git a/tests/phpunit/includes/content/WikitextContentTest.php b/tests/phpunit/includes/content/WikitextContentTest.php index e04f562429..1db6aab618 100644 --- a/tests/phpunit/includes/content/WikitextContentTest.php +++ b/tests/phpunit/includes/content/WikitextContentTest.php @@ -266,16 +266,6 @@ just a test" 'any', true ], - [ 'Foo', - null, - 'comma', - false - ], - [ 'Foo, bar', - null, - 'comma', - true - ], [ 'Foo', null, 'link', @@ -301,11 +291,6 @@ just a test" 'any', false ], - [ '#REDIRECT [[bar]]', - true, - 'comma', - false - ], [ '#REDIRECT [[bar]]', true, 'link',