public function NativeFileSessionHandlerTest::test__ConstructException

@expectedException \InvalidArgumentException

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php, line 67

Class

NativeFileSessionHandlerTest
Test class for NativeFileSessionHandler.

Namespace

Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler

Code

public function test__ConstructException() {
  $handler = new NativeFileSessionHandler('something;invalid;with;too-many-args');
}