You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have any backtrace anymore, all lines are filtered out in Filter::shouldPrintFrame.
It seems "logical" to me, as Filter::getFilteredStacktrace calls Filter::shouldPrintFrame with __PHPUNIT_PHAR_ROOT__ as a $prefix parameter.
But in Filter::shouldPrintFrame, a non-empty $prefix leads to an always-false return value at line 76 :
Summary
I don't have any backtrace anymore, all lines are filtered out in
Filter::shouldPrintFrame
.It seems "logical" to me, as
Filter::getFilteredStacktrace
callsFilter::shouldPrintFrame
with__PHPUNIT_PHAR_ROOT__
as a$prefix
parameter.But in
Filter::shouldPrintFrame
, a non-empty$prefix
leads to an always-false return value at line 76 :Therefore all lines are ignored.
Current behavior
I don't have any backtrace anymore, whatever error level it is.
How to reproduce
Produce an error or simply a failed assertion.
Expected behavior
Having a backtrace to debug the problem.
The text was updated successfully, but these errors were encountered: