This commit is contained in:
Khoubza Younes
2021-10-03 23:12:52 +01:00
parent 3d31936102
commit d3c7b6689c
+1 -1
View File
@@ -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);
}