File
- drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php, line 32
Class
- PdoSessionHandlerTest
Namespace
Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler
Code
public function testIncompleteOptions() {
$this
->setExpectedException('InvalidArgumentException');
$storage = new PdoSessionHandler($this->pdo, array(), array());
}