From: jenkins-bot Date: Wed, 20 Nov 2013 05:45:41 +0000 (+0000) Subject: Merge "Cleanup and expand Status tests" X-Git-Tag: 1.31.0-rc.0~18011 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22calendrier%22%2C%22type=semaine%22%29%20.%20%22?a=commitdiff_plain;h=a9bb933dadc755fc4fd322b8edc1674a508ba209;p=lhc%2Fweb%2Fwiklou.git Merge "Cleanup and expand Status tests" --- a9bb933dadc755fc4fd322b8edc1674a508ba209 diff --cc tests/phpunit/includes/StatusTest.php index 9424d976a3,4f64e4f555..08a5495ab3 --- a/tests/phpunit/includes/StatusTest.php +++ b/tests/phpunit/includes/StatusTest.php @@@ -13,11 -13,8 +13,8 @@@ class StatusTest extends MediaWikiTestC /** * @dataProvider provideValues * @covers Status::newGood - * @covers Status::getValue - * @covers Status::isGood - * @covers Status::isOK */ - public function testNewGood( $value = null ){ + public function testNewGood( $value = null ) { $status = Status::newGood( $value ); $this->assertTrue( $status->isGood() ); $this->assertTrue( $status->isOK() );