addTestSuite('Doctrine\Tests\DBAL\Platforms\SqlitePlatformTest'); $suite->addTestSuite('Doctrine\Tests\DBAL\Platforms\MySqlPlatformTest'); $suite->addTestSuite('Doctrine\Tests\DBAL\Platforms\PostgreSqlPlatformTest'); return $suite; } } if (PHPUnit_MAIN_METHOD == 'Dbal_Platforms_AllTests::main') { AllTests::main(); }