Commit f8a1c795 authored by David Zuelke's avatar David Zuelke

remove redundant check as per feedback

parent f04b8934
...@@ -130,10 +130,6 @@ class DriverManagerTest extends \Doctrine\Tests\DbalTestCase ...@@ -130,10 +130,6 @@ class DriverManagerTest extends \Doctrine\Tests\DbalTestCase
$conn = \Doctrine\DBAL\DriverManager::getConnection($options); $conn = \Doctrine\DBAL\DriverManager::getConnection($options);
if ($expected === false) {
return;
}
$params = $conn->getParams(); $params = $conn->getParams();
foreach ($expected as $key => $value) { foreach ($expected as $key => $value) {
if ($key == 'driver') { if ($key == 'driver') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment