We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3cb09 commit 5053653Copy full SHA for 5053653
Tests/DependencyInjection/FOSUserExtensionTest.php
@@ -26,17 +26,6 @@ protected function tearDown()
26
unset($this->configuration);
27
}
28
29
- /**
30
- * @expectedException \Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
31
- */
32
- public function testUserLoadThrowsExceptionUnlessDatabaseDriverSet()
33
- {
34
- $loader = new FOSUserExtension();
35
- $config = $this->getEmptyConfig();
36
- unset($config['db_driver']);
37
- $loader->load(array($config), new ContainerBuilder());
38
- }
39
-
40
/**
41
* @expectedException \Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
42
*/
0 commit comments