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 90c591f commit 0fcde9eCopy full SHA for 0fcde9e
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