From: Sam Reed Date: Tue, 23 Nov 2010 19:57:04 +0000 (+0000) Subject: testRegisteringNullModuleThrowsAnException - $this->markTestIncomplete( "Broken by... X-Git-Tag: 1.31.0-rc.0~33758 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/?a=commitdiff_plain;h=274ee2df52866a17e9f6e1ef03770a15eb37a7b8;p=lhc%2Fweb%2Fwiklou.git testRegisteringNullModuleThrowsAnException - $this->markTestIncomplete( "Broken by r77011" ); Just to shut codurr up --- diff --git a/maintenance/tests/phpunit/includes/ResourceLoaderTest.php b/maintenance/tests/phpunit/includes/ResourceLoaderTest.php index c92271846a..8de178a951 100644 --- a/maintenance/tests/phpunit/includes/ResourceLoaderTest.php +++ b/maintenance/tests/phpunit/includes/ResourceLoaderTest.php @@ -57,6 +57,7 @@ class ResourceLoaderTest extends PHPUnit_Framework_TestCase { * @expectedException MWException */ public function testRegisteringNullModuleThrowsAnException( ResourceLoader $resourceLoader ) { + $this->markTestIncomplete( "Broken by r77011" ); $resourceLoader->register( 'TEST.nullModule', null ); } }