diff --git a/bin/propel.php b/bin/propel.php index cefa66b515..f632a0a2b2 100644 --- a/bin/propel.php +++ b/bin/propel.php @@ -11,5 +11,5 @@ use \Symfony\Component\Console\Application; $app = new Application('Propel', '2.0 (dev)'); -$app->add(new \Propel\Generator\Command\PrepareTests()); +$app->add(new \Propel\Generator\Command\TestPrepare()); $app->run(); diff --git a/src/Propel/Generator/Command/PrepareTests.php b/src/Propel/Generator/Command/TestPrepare.php similarity index 100% rename from src/Propel/Generator/Command/PrepareTests.php rename to src/Propel/Generator/Command/TestPrepare.php