Skip to content

Commit

Permalink
test: Fix Test Case
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Apr 28, 2024
1 parent 0d9752e commit 413fb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/webfiori/tests/cli/InitAppCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function test04() {
], $r->getOutput());
unlink($appPath.DS.'main.php');
unlink($appPath.DS.'bang');
rmdir($appPath.'test2');
rmdir($appPath. DS.'test2');
}
}

Expand Down

0 comments on commit 413fb73

Please sign in to comment.