You are here

protected function TestSessionListenerTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/EventListener/TestSessionListenerTest.php \Symfony\Component\HttpKernel\Tests\EventListener\TestSessionListenerTest::setUp()

File

vendor/symfony/http-kernel/Tests/EventListener/TestSessionListenerTest.php, line 39

Class

TestSessionListenerTest
SessionListenerTest.

Namespace

Symfony\Component\HttpKernel\Tests\EventListener

Code

protected function setUp() {
  $this->listener = $this
    ->getMockForAbstractClass('Symfony\\Component\\HttpKernel\\EventListener\\TestSessionListener');
  $this->session = $this
    ->getSession();
}