public function MockFileSessionStorageTest::testSaveWithoutStart in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Tests/Session/Storage/MockFileSessionStorageTest.php \Symfony\Component\HttpFoundation\Tests\Session\Storage\MockFileSessionStorageTest::testSaveWithoutStart()
@expectedException \RuntimeException
File
- vendor/
symfony/ http-foundation/ Tests/ Session/ Storage/ MockFileSessionStorageTest.php, line 112
Class
- MockFileSessionStorageTest
- Test class for MockFileSessionStorage.
Namespace
Symfony\Component\HttpFoundation\Tests\Session\StorageCode
public function testSaveWithoutStart() {
$storage1 = $this
->getStorage();
$storage1
->save();
}