Commit 9dba60a5 authored by piccoloprincipe's avatar piccoloprincipe

[2.0] fixed test suite name

parent 3bc4042a
...@@ -46,7 +46,7 @@ class AllTests ...@@ -46,7 +46,7 @@ class AllTests
$suite->addTestSuite('Doctrine\Tests\DBAL\DriverManagerTest'); $suite->addTestSuite('Doctrine\Tests\DBAL\DriverManagerTest');
// Connection test // Connection test
$suite->addTestSuite('Doctrine\Tests\DBAL\Connectiontest'); $suite->addTestSuite('Doctrine\Tests\DBAL\ConnectionTest');
// All Functional DBAL tests // All Functional DBAL tests
$suite->addTest(Functional\AllTests::suite()); $suite->addTest(Functional\AllTests::suite());
......
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