public function MockFileSessionStorageTest::testSaveWithoutStart

@expectedException RuntimeException

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php, line 112

Class

MockFileSessionStorageTest
Test class for MockFileSessionStorage.

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Storage

Code

public function testSaveWithoutStart() {
  $storage1 = $this
    ->getStorage();
  $storage1
    ->save();
}