mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Preventing bug in testsuite shell
This commit is contained in:
parent
557c5274e8
commit
224f65af05
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ class TestSuiteShell extends Shell {
|
|||
$args = $this->parseArgs();
|
||||
|
||||
if (empty($args['case'])) {
|
||||
$this->available();
|
||||
return $this->available();
|
||||
}
|
||||
|
||||
$this->run($args, $this->runnerOptions());
|
||||
|
|
Loading…
Add table
Reference in a new issue