reenable comtroller command test

pull/607/head
lubiana 5 months ago
parent 0fdc300f33
commit 4276c2baeb
No known key found for this signature in database

@ -68,8 +68,6 @@ class ControllerCommandTest extends TestCase
public function testCreateController() public function testCreateController()
{ {
$this->markTestIncomplete('does not work on php > 8.0');
$app = $this->newApp('test', '0.0.1'); $app = $this->newApp('test', '0.0.1');
$app->add(new ControllerCommand(['app_root' => 'tests/commands/'])); $app->add(new ControllerCommand(['app_root' => 'tests/commands/']));
$app->handle(['runway', 'make:controller', 'Test']); $app->handle(['runway', 'make:controller', 'Test']);

Loading…
Cancel
Save