Skip to content

Commit

Permalink
Update CreateCommandTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Jan 2, 2024
1 parent 9fec9e8 commit 62204be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/webfiori/framework/test/cli/CreateCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 62204be

Please sign in to comment.