You are here

protected function SessionTest::setUp in Zircon Profile 8.0

Same name in this branch
  1. 8.0 vendor/behat/mink/tests/SessionTest.php \Behat\Mink\Tests\SessionTest::setUp()
  2. 8.0 vendor/symfony/http-foundation/Tests/Session/SessionTest.php \Symfony\Component\HttpFoundation\Tests\Session\SessionTest::setUp()
Same name and namespace in other branches
  1. 8 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\Session

Code

protected function setUp() {
  $this->storage = new MockArraySessionStorage();
  $this->session = new Session($this->storage, new AttributeBag(), new FlashBag());
}