Skip to content

Commit

Permalink
fix: Fix Test Case
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Apr 28, 2024
1 parent 413fb73 commit a3af1d5
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. DS.'test2');
rmdir($appPath);
}
}

Expand Down

0 comments on commit a3af1d5

Please sign in to comment.