Selenium: replace UserLoginPage with BlankPage where possible
[lhc/web/wiklou.git] / tests / phpunit / includes / exception / MWExceptionHandlerTest.php
index dc5dc6a..6606065 100644 (file)
@@ -14,8 +14,8 @@ class MWExceptionHandlerTest extends MediaWikiTestCase {
        public function testGetRedactedTrace() {
                $refvar = 'value';
                try {
-                       $array = array( 'a', 'b' );
-                       $object = new StdClass();
+                       $array = [ 'a', 'b' ];
+                       $object = new stdClass();
                        self::helperThrowAnException( $array, $object, $refvar );
                } catch ( Exception $e ) {
                }