Merge pull request #607 from lubiana/reenable-controller-command-test

reenable comtroller command test
pull/609/head
n0nag0n 5 months ago committed by GitHub
commit 128b6e392b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,7 +41,7 @@
}, },
"require-dev": { "require-dev": {
"ext-pdo_sqlite": "*", "ext-pdo_sqlite": "*",
"flightphp/runway": "^0.2.3", "flightphp/runway": "^0.2.3 || ^1.0",
"league/container": "^4.2", "league/container": "^4.2",
"level-2/dice": "^4.0", "level-2/dice": "^4.0",
"phpstan/extension-installer": "^1.3", "phpstan/extension-installer": "^1.3",

@ -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