You are here

public function SessionTest::testSave in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Tests/Session/SessionTest.php \Symfony\Component\HttpFoundation\Tests\Session\SessionTest::testSave()

File

vendor/symfony/http-foundation/Tests/Session/SessionTest.php, line 175

Class

SessionTest
SessionTest.

Namespace

Symfony\Component\HttpFoundation\Tests\Session

Code

public function testSave() {
  $this->session
    ->start();
  $this->session
    ->save();
}