Skip to content

Commit

Permalink
Added init command to phar file (#4627)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda authored and DavertMik committed Nov 15, 2017
1 parent b1d96da commit 835e05c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/bin
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use Codeception\Application;
$app = new Application('Codeception', Codeception\Codecept::VERSION);
$app->add(new Codeception\Command\Build('build'));
$app->add(new Codeception\Command\Run('run'));
$app->add(new Codeception\Command\Init('init'));
$app->add(new Codeception\Command\Console('console'));
$app->add(new Codeception\Command\Bootstrap('bootstrap'));
$app->add(new Codeception\Command\GenerateCept('generate:cept'));
Expand Down

0 comments on commit 835e05c

Please sign in to comment.