X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSeleniumWebSettings.php;h=2fcbe65f6da5e6d517ef0a6264400ca55cc1a6d0;hb=e0b187264cf2df355116af119fab18cdf7ebf19d;hp=26c2df54a49c88f32e96479042c9422bb6a7d547;hpb=6c278b6d7eb3c4516888e25a21101ad7508f48cd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SeleniumWebSettings.php b/includes/SeleniumWebSettings.php index 26c2df54a4..2fcbe65f6d 100644 --- a/includes/SeleniumWebSettings.php +++ b/includes/SeleniumWebSettings.php @@ -27,7 +27,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { die( 1 ); } -require_once( "$IP/includes/GlobalFunctions.php" ); +require_once "$IP/includes/GlobalFunctions.php"; $fname = 'SeleniumWebSettings.php'; wfProfileIn( $fname ); @@ -120,7 +120,7 @@ if ( isset( $_COOKIE[$cookieName] ) ) { } foreach ( $testIncludes as $includeFile ) { $file = $IP . '/' . $includeFile; - require_once( $file ); + require_once $file; } foreach ( $testGlobalConfigs as $key => $value ) { if ( is_array( $value ) ) {