X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=tests%2Fphpunit%2Fphpunit.php;h=77690cdd292947ffcb394a8787c8480b23792e4c;hb=1162ed5f88e5a77ea6feed971813914a95004b4f;hp=4d060e4f056c22e8780a223a6420434b5f1be52a;hpb=ecfdb46916567cf4ea466135f9a053d6feca2afe;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/phpunit.php b/tests/phpunit/phpunit.php index 4d060e4f05..77690cdd29 100755 --- a/tests/phpunit/phpunit.php +++ b/tests/phpunit/phpunit.php @@ -116,7 +116,7 @@ class PHPUnitMaintClass extends Maintenance { // cookies to show up in a FauxRequest somewhere. $wgSessionProviders = [ [ - 'class' => 'MediaWiki\\Session\\CookieSessionProvider', + 'class' => MediaWiki\Session\CookieSessionProvider::class, 'args' => [ [ 'priority' => 30, 'callUserSetCookiesHook' => true,