From b592e44cf63a4e8885e877059236442c49840bd4 Mon Sep 17 00:00:00 2001 From: piccoloprincipe <piccoloprincipe@625475ce-881a-0410-a577-b389adb331d8> Date: Wed, 1 Jul 2009 12:00:16 +0000 Subject: [PATCH] [2.0] fixed case sensitive filenames to respect the class name --- tests/Doctrine/Tests/DBAL/Functional/AllTests.php | 4 ++-- .../{MssqlPlatformTest.php => MsSqlPlatformTest.php} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/Doctrine/Tests/DBAL/Platforms/{MssqlPlatformTest.php => MsSqlPlatformTest.php} (100%) 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