Skip to content

Commit ac64c01

Browse files
committed
fix: CLI Test Case Class Fix
1 parent dfc5808 commit ac64c01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WebFiori/Framework/Cli/CLITestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
* @author Ibrahim
2222
*/
2323
class CLITestCase extends CommandTestCase {
24-
public function __construct($name = null, array $data = [], $dataName = "") {
25-
parent::__construct($name, $data, $dataName);
24+
public function setUp(): void {
25+
parent::setUp();
2626
$this->setRunner(App::getRunner());
2727
}
2828
/**

0 commit comments

Comments
 (0)