1
0
mirror of synced 2025-02-20 22:23:14 +03:00

[2.0] Commented the CLIController tests that was messing with the UnitTests

This commit is contained in:
guilhermeblanco 2010-03-19 18:12:53 +00:00
parent 7f7569d983
commit b73e3c064c

View File

@ -23,7 +23,7 @@ class AllTests
$suite->addTestSuite('Doctrine\Tests\Common\Cli\OptionTest');
$suite->addTestSuite('Doctrine\Tests\Common\Cli\OptionGroupTest');
$suite->addTestSuite('Doctrine\Tests\Common\Cli\StyleTest');
$suite->addTestSuite('Doctrine\Tests\Common\Cli\CliControllerTest');
//$suite->addTestSuite('Doctrine\Tests\Common\Cli\CliControllerTest');
return $suite;
}