Merge "Don't skip tests which lack non-tidy output"
[lhc/web/wiklou.git] / tests / phpunit / includes / api / ApiParseTest.php
index d038a4f..b72a4f8 100644 (file)
@@ -18,9 +18,9 @@ class ApiParseTest extends ApiTestCase {
                $somePage = mt_rand();
 
                try {
-                       $this->doApiRequest( array(
+                       $this->doApiRequest( [
                                'action' => 'parse',
-                               'page' => $somePage ) );
+                               'page' => $somePage ] );
 
                        $this->fail( "API did not return an error when parsing a nonexistent page" );
                } catch ( UsageException $ex ) {