protected function TestSessionListenerTest::setUp in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\EventListenerCode
protected function setUp() {
$this->listener = $this
->getMockForAbstractClass('Symfony\\Component\\HttpKernel\\EventListener\\TestSessionListener');
$this->session = $this
->getSession();
}