mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +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();
|
$args = $this->parseArgs();
|
||||||
|
|
||||||
if (empty($args['case'])) {
|
if (empty($args['case'])) {
|
||||||
$this->available();
|
return $this->available();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->run($args, $this->runnerOptions());
|
$this->run($args, $this->runnerOptions());
|
||||||
|
|
Loading…
Add table
Reference in a new issue