Merge "ApiBase: Always validate that 'limit' is numeric"
[lhc/web/wiklou.git] / tests / phpunit / includes / api / ApiBaseTest.php
index c49d669..ea0cb8a 100644 (file)
@@ -1455,7 +1455,7 @@ class ApiBaseTest extends ApiTestCase {
                }
 
                $status = StatusValue::newGood();
-               $status->setOk( false );
+               $status->setOK( false );
                try {
                        $mock->dieStatus( $status );
                        $this->fail( 'Expected exception not thrown' );