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 dfc5808 commit ac64c01Copy full SHA for ac64c01
1 file changed
WebFiori/Framework/Cli/CLITestCase.php
@@ -21,8 +21,8 @@
21
* @author Ibrahim
22
*/
23
class CLITestCase extends CommandTestCase {
24
- public function __construct($name = null, array $data = [], $dataName = "") {
25
- parent::__construct($name, $data, $dataName);
+ public function setUp(): void {
+ parent::setUp();
26
$this->setRunner(App::getRunner());
27
}
28
/**
0 commit comments