Merge "Hard deprecrate Language::viewPrevNext()"
[lhc/web/wiklou.git] / tests / phpunit / includes / exception / MWExceptionHandlerTest.php
index d73f17d..6606065 100644 (file)
@@ -14,7 +14,7 @@ class MWExceptionHandlerTest extends MediaWikiTestCase {
        public function testGetRedactedTrace() {
                $refvar = 'value';
                try {
-                       $array = array( 'a', 'b' );
+                       $array = [ 'a', 'b' ];
                        $object = new stdClass();
                        self::helperThrowAnException( $array, $object, $refvar );
                } catch ( Exception $e ) {