protected function SessionTest::setUp in Zircon Profile 8
Same name in this branch
- 8 vendor/behat/mink/tests/SessionTest.php \Behat\Mink\Tests\SessionTest::setUp()
- 8 vendor/symfony/http-foundation/Tests/Session/SessionTest.php \Symfony\Component\HttpFoundation\Tests\Session\SessionTest::setUp()
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Tests/Session/SessionTest.php \Symfony\Component\HttpFoundation\Tests\Session\SessionTest::setUp()
File
- vendor/
symfony/ http-foundation/ Tests/ Session/ SessionTest.php, line 38
Class
- SessionTest
- SessionTest.
Namespace
Symfony\Component\HttpFoundation\Tests\SessionCode
protected function setUp() {
$this->storage = new MockArraySessionStorage();
$this->session = new Session($this->storage, new AttributeBag(), new FlashBag());
}