Skip to content

Commit 128b6e3

Browse files
authored
Merge pull request #607 from lubiana/reenable-controller-command-test
reenable comtroller command test
2 parents 0fdc300 + 06fa9e5 commit 128b6e3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"require-dev": {
4343
"ext-pdo_sqlite": "*",
44-
"flightphp/runway": "^0.2.3",
44+
"flightphp/runway": "^0.2.3 || ^1.0",
4545
"league/container": "^4.2",
4646
"level-2/dice": "^4.0",
4747
"phpstan/extension-installer": "^1.3",

tests/commands/ControllerCommandTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ public function testControllerAlreadyExists()
6868

6969
public function testCreateController()
7070
{
71-
72-
$this->markTestIncomplete('does not work on php > 8.0');
7371
$app = $this->newApp('test', '0.0.1');
7472
$app->add(new ControllerCommand(['app_root' => 'tests/commands/']));
7573
$app->handle(['runway', 'make:controller', 'Test']);

0 commit comments

Comments
 (0)