mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 01:07:23 +01:00
Fixes filtering tests
This commit is contained in:
@ -13,7 +13,7 @@ use Throwable;
|
||||
*/
|
||||
final class ExceptionTrace
|
||||
{
|
||||
private const UNDEFINED_METHOD = 'Call to undefined method P\\';
|
||||
private const string UNDEFINED_METHOD = 'Call to undefined method P\\';
|
||||
|
||||
/**
|
||||
* Ensures the given closure reports the good execution context.
|
||||
|
||||
Reference in New Issue
Block a user