Skip to content

Commit

Permalink
Merge pull request #607 from lubiana/reenable-controller-command-test
Browse files Browse the repository at this point in the history
reenable comtroller command test
  • Loading branch information
n0nag0n authored Aug 29, 2024
2 parents 0fdc300 + 06fa9e5 commit 128b6e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"require-dev": {
"ext-pdo_sqlite": "*",
"flightphp/runway": "^0.2.3",
"flightphp/runway": "^0.2.3 || ^1.0",
"league/container": "^4.2",
"level-2/dice": "^4.0",
"phpstan/extension-installer": "^1.3",
Expand Down
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 128b6e3

Please sign in to comment.