Skip to content

Commit

Permalink
Update RunnerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Feb 8, 2023
1 parent 7fa690d commit 304b6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/webfiori/tests/cli/RunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ public function testRunner21() {
"Error: An exception was thrown.\n",
"Exception Message: Call to undefined method webfiori\\tests\cli\\testCommands\WithExceptionCommand::notExist()\n",
"Code: 0\n",
"At: ".ROOT_DIR."tests\webfiori\\tests\cli\\testCommands\WithExceptionCommand.php\n",
"At: ".ROOT_DIR."tests".DS."webfiori".DS."tests".DS."cli".DS."testCommands".DS."WithExceptionCommand.php\n",
"Line: 12\n",
"Command Exit Status: -1\n"
], $runner->getOutput());
Expand Down

0 comments on commit 304b6a8

Please sign in to comment.