From 62204beef59c408c6f61a1d3c3b5923522e6a315 Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Wed, 3 Jan 2024 02:49:11 +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 b00b6181..556d1232 100644 --- a/tests/webfiori/framework/test/cli/CreateCommandTest.php +++ b/tests/webfiori/framework/test/cli/CreateCommandTest.php @@ -89,7 +89,7 @@ public function testCreateWebService00() { 'create' ]); $result = $runner->start(); - //$this->assertEquals(0, $result); + $this->assertEquals(0, $result); $this->assertEquals([ "What would you like to create?\n", "0: Database table class.\n",