You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
Wip
This commit is contained in:
@@ -127,7 +127,7 @@ class StorageTest extends TestCase
|
||||
{
|
||||
$session = class_exists('Symfony\Component\HttpFoundation\Session\Session')
|
||||
? new Session(new MockArraySessionStorage())
|
||||
: new Symfony\Component\HttpFoundation\Session(new ArraySessionStorage());
|
||||
: new \Symfony\Component\HttpFoundation\Session(new ArraySessionStorage());
|
||||
|
||||
return new Storage($session);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user