X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FMWNamespaceTest.php;h=4fc54e86bba3cae44a9bc6ee669cb763937da34c;hb=8d1c5a70f753fe6b7d2533a30b07fe03e6583a1d;hp=311350b586cb5040563e75fc246b843b93526ea4;hpb=ec9002258c8a0264cb2d92df6a216e9fa11d3462;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/MWNamespaceTest.php b/tests/phpunit/includes/MWNamespaceTest.php index 311350b586..4fc54e86bb 100644 --- a/tests/phpunit/includes/MWNamespaceTest.php +++ b/tests/phpunit/includes/MWNamespaceTest.php @@ -29,7 +29,7 @@ class MWNamespaceTest extends MediaWikiTestCase { ) ); } -#### START OF TESTS ######################################################### +# ### START OF TESTS ######################################################### /** * @todo Write more texts, handle $wgAllowImageMoving setting @@ -137,9 +137,9 @@ class MWNamespaceTest extends MediaWikiTestCase { $this->assertEquals( NS_MAIN, MWNamespace::getAssociated( NS_TALK ) ); } - ### Exceptions with getAssociated() - ### NS_MEDIA and NS_SPECIAL do not have talk pages. MediaWiki raises - ### an exception for them. + # ## Exceptions with getAssociated() + # ## NS_MEDIA and NS_SPECIAL do not have talk pages. MediaWiki raises + # ## an exception for them. /** * @expectedException MWException * @covers MWNamespace::getAssociated @@ -565,7 +565,7 @@ class MWNamespaceTest extends MediaWikiTestCase { $this->assertFalse( MWNamespace::isNonincludable( NS_TEMPLATE ) ); } - ####### HELPERS ########################################################### + # ###### HELPERS ########################################################### function __call( $method, $args ) { // Call the real method if it exists if ( method_exists( $this, $method ) ) {