Fix method/function names case mismatch in core files
[lhc/web/wiklou.git] / tests / phpunit / includes / api / ApiBaseTest.php
index 6a44ff3..3adf1b6 100644 (file)
@@ -1443,7 +1443,7 @@ class ApiBaseTest extends ApiTestCase {
                }
 
                $status = StatusValue::newGood();
-               $status->setOk( false );
+               $status->setOK( false );
                try {
                        $mock->dieStatus( $status );
                        $this->fail( 'Expected exception not thrown' );