X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fcontent%2FWikitextStructureTest.php;h=88f4d8f74c300cb345c8e1751c0e23a4d2818976;hb=fc2a88f66642590dda149590bdb72c5fc9ab5795;hp=1bdbe0157bc1e78933bfe3c18424f65b3a920863;hpb=6f7e982df6479e27c3b17f2deda8404ef55f50e6;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/content/WikitextStructureTest.php b/tests/phpunit/includes/content/WikitextStructureTest.php index 1bdbe0157b..88f4d8f74c 100644 --- a/tests/phpunit/includes/content/WikitextStructureTest.php +++ b/tests/phpunit/includes/content/WikitextStructureTest.php @@ -104,7 +104,7 @@ END; $this->assertEquals( "Opening text is opening.", $struct->getOpeningText() ); $this->assertEquals( "Opening text is opening. Then we got more text", $struct->getMainText() ); - $this->assertEquals( [ "Header table row in table another row in table" ], + $this->assertEquals( [ "Header table row in table another row in table" ], $struct->getAuxiliaryText() ); } }