protected function SessionTest::setUp

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/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());
}