diff --git a/tests/Doctrine/Tests/DBAL/AllTests.php b/tests/Doctrine/Tests/DBAL/AllTests.php index a9af256f3..910465a02 100644 --- a/tests/Doctrine/Tests/DBAL/AllTests.php +++ b/tests/Doctrine/Tests/DBAL/AllTests.php @@ -46,7 +46,7 @@ class AllTests $suite->addTestSuite('Doctrine\Tests\DBAL\DriverManagerTest'); // Connection test - $suite->addTestSuite('Doctrine\Tests\DBAL\Connectiontest'); + $suite->addTestSuite('Doctrine\Tests\DBAL\ConnectionTest'); // All Functional DBAL tests $suite->addTest(Functional\AllTests::suite());