Skip to content

Commit

Permalink
fix: add space between project name and --enable
Browse files Browse the repository at this point in the history
  • Loading branch information
jenovateurs committed Apr 11, 2020
1 parent 86388de commit bca79e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/GenerateProjectCept.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
$path6 = $projectsFolder . '/' . $projectName6;

$I->dontSeeFileFound(app_path($path6));
$I->runShellCommand('phalcon project ' . $projectName6 . '--enable-webtools');
$I->runShellCommand('phalcon project ' . $projectName6 . ' --enable-webtools');
$I->seeFileFound(app_path($path6 . '/public/webtools.php'));
$I->seeFileFound(app_path($path6 . '/public/webtools.config.php'));
$I->deleteDir(app_path($path6));

0 comments on commit bca79e2

Please sign in to comment.