diff --git a/tests/Doctrine/Tests/DBAL/Functional/AllTests.php b/tests/Doctrine/Tests/DBAL/Functional/AllTests.php index 44dee354b..de753a40a 100644 --- a/tests/Doctrine/Tests/DBAL/Functional/AllTests.php +++ b/tests/Doctrine/Tests/DBAL/Functional/AllTests.php @@ -23,7 +23,7 @@ class AllTests $suite->addTestSuite('Doctrine\Tests\DBAL\Functional\Schema\SqliteSchemaManagerTest'); $suite->addTestSuite('Doctrine\Tests\DBAL\Functional\Schema\MySqlSchemaManagerTest'); - $suite->addTestSuite('Doctrine\Tests\DBAL\Functional\Schema\PostgreSQLSchemaManagerTest'); + $suite->addTestSuite('Doctrine\Tests\DBAL\Functional\Schema\PostgreSqlSchemaManagerTest'); return $suite; } @@ -31,4 +31,4 @@ class AllTests if (PHPUnit_MAIN_METHOD == 'Dbal_Functional_AllTests::main') { AllTests::main(); -} \ No newline at end of file +} diff --git a/tests/Doctrine/Tests/DBAL/Platforms/MssqlPlatformTest.php b/tests/Doctrine/Tests/DBAL/Platforms/MsSqlPlatformTest.php similarity index 100% rename from tests/Doctrine/Tests/DBAL/Platforms/MssqlPlatformTest.php rename to tests/Doctrine/Tests/DBAL/Platforms/MsSqlPlatformTest.php