forked from exercism/php-test-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Process runtime-error-in-global-code
This must have the absolute exercise path, but cannot get it from PHPUnit. So a new env var provides this.
- Loading branch information
Showing
6 changed files
with
45 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"version":3,"status":"error","message":"\n\nThere was 1 error:\n\n1) HelloWorldTest\nTypeError: helloWorld(): Argument #1 ($value) must be of type int, string given, called in HelloWorld.php on line 11\n\nHelloWorld.php:5\nHelloWorld.php:11\nHelloWorldTest.php:9\n\nERRORS!\nTests: 1, Assertions: 0, Errors: 1.","tests":[]} | ||
{"version":3,"status":"error","tests":[],"message":"TypeError: helloWorld(): Argument #1 ($value) must be of type int, string given, called in HelloWorld.php on line 11\n\nHelloWorld.php:5\nHelloWorld.php:11\nHelloWorldTest.php:9"} |