Merge "Avoid TransactionProfiler notices for TEMPORARY table writes"
[lhc/web/wiklou.git] / tests / phpunit / includes / api / ApiUnblockTest.php
index a374f09..b63bf2e 100644 (file)
@@ -18,11 +18,11 @@ class ApiUnblockTest extends ApiTestCase {
         */
        public function testWithNoToken() {
                $this->doApiRequest(
-                       array(
+                       [
                                'action' => 'unblock',
                                'user' => 'UTApiBlockee',
                                'reason' => 'Some reason',
-                       ),
+                       ],
                        null,
                        false,
                        self::$users['sysop']->getUser()