8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea98a8 commit 5328c4bCopy full SHA for 5328c4b
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
@@ -474,9 +474,11 @@ public function testNullSessionHandler()
474
$this->assertNull($container->getDefinition('session.storage.php_bridge')->getArgument(0));
475
}
476
477
+ /**
478
+ * @expectedException \Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
479
+ */
480
public function testNullSessionHandlerWithSavePath()
481
{
- $this->expectException(InvalidConfigurationException::class);
482
$this->createContainerFromFile('session_savepath');
483
484
0 commit comments