public function TestSessionListenerTest::testShouldSaveMasterRequestSession 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::testShouldSaveMasterRequestSession()
File
- vendor/
symfony/ http-kernel/ Tests/ EventListener/ TestSessionListenerTest.php, line 45
Class
- TestSessionListenerTest
- SessionListenerTest.
Namespace
Symfony\Component\HttpKernel\Tests\EventListenerCode
public function testShouldSaveMasterRequestSession() {
$this
->sessionHasBeenStarted();
$this
->sessionMustBeSaved();
$this
->filterResponse(new Request());
}