From 21090cc5650131dbaa840f2887d2ac3fbbe6bb01 Mon Sep 17 00:00:00 2001 From: Ibrahim Date: Mon, 2 Sep 2024 16:51:59 +0300 Subject: [PATCH] Update CreateCommandTest.php --- tests/webfiori/framework/test/cli/CreateCommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/webfiori/framework/test/cli/CreateCommandTest.php b/tests/webfiori/framework/test/cli/CreateCommandTest.php index 2c43f921..3a1ee73a 100644 --- a/tests/webfiori/framework/test/cli/CreateCommandTest.php +++ b/tests/webfiori/framework/test/cli/CreateCommandTest.php @@ -14,7 +14,7 @@ class CreateCommandTest extends CreateTestCase { public function testCreate00() { $runner = App::getRunner(); $runner->setInputs([ - '9', + '10', ]); $runner->setArgsVector([ 'webfiori',