You are here

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

File

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

Class

TestSessionListenerTest
SessionListenerTest.

Namespace

Symfony\Component\HttpKernel\Tests\EventListener

Code

public function testShouldNotSaveSubRequestSession() {
  $this
    ->sessionMustNotBeSaved();
  $this
    ->filterResponse(new Request(), HttpKernelInterface::SUB_REQUEST);
}