X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fparser%2FParserOutputTest.php;h=e660e0964320ab1988fc6803a9b0ff7bba586ff6;hb=95c85f71b178e75efd0a4444a4f39bbce27e694f;hp=c024cee5457d62a8b26ef8832d9bad2fa431cab8;hpb=b15bfd99a94d1dfd63af9c184abfd979155b927a;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/parser/ParserOutputTest.php b/tests/phpunit/includes/parser/ParserOutputTest.php index c024cee545..e660e09643 100644 --- a/tests/phpunit/includes/parser/ParserOutputTest.php +++ b/tests/phpunit/includes/parser/ParserOutputTest.php @@ -1,5 +1,9 @@ assertEquals( $po->getProperty( 'foo' ), false ); $this->assertArrayNotHasKey( 'foo', $properties ); } + }