From 9dba60a5fb68f29773102996313da8bd0c95a532 Mon Sep 17 00:00:00 2001 From: piccoloprincipe Date: Thu, 16 Jul 2009 09:12:40 +0000 Subject: [PATCH] [2.0] fixed test suite name --- tests/Doctrine/Tests/DBAL/AllTests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());