Skip to content

Commit

Permalink
[Console] Renamed PrepareTests command to TestPrepare to be more cons…
Browse files Browse the repository at this point in the history
…istent
  • Loading branch information
willdurand committed Nov 29, 2011
1 parent 5de7929 commit d60bbf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/propel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

0 comments on commit d60bbf5

Please sign in to comment.