-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible for tests to check which lines contained the error? #48
Comments
Yeah, the line number is the key of the If you replace the foreach loop in the foreach ($errors as $line => $error) {
$allErrorMessages[] = "Error at line $line: " . reset($error)[0]['message'];
} The output becomes this:
|
Hmm, I just realised that you're logging the error with the I've updated my last PR to report return null errors with the correct stack pointer. |
Thanks, I'll take a look at this in the next few days when I have time. But if you feel like tackling it please go ahead. |
I think you should have a look at it first. The error messages would change with that implementation. Anyway, I'm on vacation starting now, so won't be programming (much) the coming week. |
OK thanks. You too! |
No description provided.
The text was updated successfully, but these errors were encountered: