You are here

public function TestSessionListenerTest::testShouldSaveMasterRequestSession 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::testShouldSaveMasterRequestSession()

File

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

Class

TestSessionListenerTest
SessionListenerTest.

Namespace

Symfony\Component\HttpKernel\Tests\EventListener

Code

public function testShouldSaveMasterRequestSession() {
  $this
    ->sessionHasBeenStarted();
  $this
    ->sessionMustBeSaved();
  $this
    ->filterResponse(new Request());
}