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",