We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5342c7b commit b0de696Copy full SHA for b0de696
src/Command/SiteTestCommand.php
@@ -84,7 +84,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
84
85
$command = sprintf(
86
'cd %stests && ' .
87
- './behat %s && ' .
+ './behat %s; ' .
88
'cd %s; ./vendor/bin/phpunit;',
89
$this->shellPath($this->destination),
90
$this->behatTags,
0 commit comments