public function TestSessionListenerTest::testUnstartedSessionIsNotSave in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Tests/EventListener/TestSessionListenerTest.php \Symfony\Component\HttpKernel\Tests\EventListener\TestSessionListenerTest::testUnstartedSessionIsNotSave()
File
- vendor/
symfony/ http-kernel/ Tests/ EventListener/ TestSessionListenerTest.php, line 73
Class
- TestSessionListenerTest
- SessionListenerTest.
Namespace
Symfony\Component\HttpKernel\Tests\EventListenerCode
public function testUnstartedSessionIsNotSave() {
$this
->sessionHasNotBeenStarted();
$this
->sessionMustNotBeSaved();
$this
->filterResponse(new Request());
}