PHPunit - I don't see all error message
Hi,
When I run PHPUnit tests in PhpSotrm, I have only information about the error, but I don't see the Fatal error detailed message, below is a screen shot of the same test in PHPstorm and CMD. How to turn it on in PhpStorm to see a line like this: Fatal error: Function name must be a string in C:\xampp7\htdocs\_API\forum\app\Http\Controllers\ThreadsController.php on line 42


Please sign in to leave a comment.
Hello,
Isn't it mentioned in the very first line? There's also file and line number indication along with a full stack trace.
Thank You, I didn't spot this.