Merge "Cleanup and expand Status tests"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 20 Nov 2013 05:45:41 +0000 (05:45 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 20 Nov 2013 05:45:41 +0000 (05:45 +0000)
1  2 
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() );