From 4276c2baeb182b08cd7b8cc31ad1f9cba135507a Mon Sep 17 00:00:00 2001 From: lubiana Date: Thu, 29 Aug 2024 15:39:01 +0200 Subject: [PATCH] reenable comtroller command test --- tests/commands/ControllerCommandTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/commands/ControllerCommandTest.php b/tests/commands/ControllerCommandTest.php index c333b75..82fb0c1 100644 --- a/tests/commands/ControllerCommandTest.php +++ b/tests/commands/ControllerCommandTest.php @@ -68,8 +68,6 @@ class ControllerCommandTest extends TestCase 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']);