Skip to content

Commit

Permalink
reenable comtroller command test
Browse files Browse the repository at this point in the history
  • Loading branch information
lubiana committed Aug 29, 2024
1 parent 0fdc300 commit 4276c2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/commands/ControllerCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ public function testControllerAlreadyExists()

public function testCreateController()
{

$this->markTestIncomplete('does not work on php > 8.0');
$app = $this->newApp('test', '0.0.1');
$app->add(new ControllerCommand(['app_root' => 'tests/commands/']));
$app->handle(['runway', 'make:controller', 'Test']);
Expand Down

0 comments on commit 4276c2b

Please sign in to comment.