Skip to content

Commit 5053653

Browse files
committed
Fix unit tests
1 parent 5e3cb09 commit 5053653

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Tests/DependencyInjection/FOSUserExtensionTest.php

-11
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,6 @@ protected function tearDown()
2626
unset($this->configuration);
2727
}
2828

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-
4029
/**
4130
* @expectedException \Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
4231
*/

0 commit comments

Comments
 (0)