Answer the question
In order to leave comments, you need to log in
PHPStorm+PHPUnit - how to disable stack trace?
I decided to cover god-object with tests, PHPUnit made a test class skeleton with
$this->markTestIncomplete('This test has not been implemented yet.');
Now, at startup, the entire output window is full of stack traces. How to turn them off? Answer the question
In order to leave comments, you need to log in
Came to this question from Google with the same problem. As far as I understand, this is all happening under Windows?
There was a bug in phpUnit, Windows filenames were built incorrectly, so when checking exceptions, the files of phpUnit itself fell into the trace, although they should be skipped. I fixed it, then I saw that in the latest versions this bug was closed, so it's enough to update.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question