@expectedException \InvalidArgumentException
File
- drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php, line 81
Class
- NativeSessionStorageTest
- Test class for NativeSessionStorage.
Namespace
Symfony\Component\HttpFoundation\Tests\Session\Storage
Code
public function testRegisterBagException() {
$storage = $this
->getStorage();
$storage
->getBag('non_existing');
}