@expectedException \InvalidArgumentException
File
- drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php, line 68
Class
- NativeFileSessionHandlerTest
- Test class for NativeFileSessionHandler.
Namespace
Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler
Code
public function testConstructException() {
$handler = new NativeFileSessionHandler('something;invalid;with;too-many-args');
}