public function MockArraySessionStorageTest::testUnstartedSave

@expectedException RuntimeException

File

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

Class

MockArraySessionStorageTest
Test class for MockArraySessionStorage.

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Storage

Code

public function testUnstartedSave() {
  $this->storage
    ->save();
}