mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix: non-working beforeEach
This commit is contained in:
@ -115,7 +115,7 @@ final class Backtrace
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (str_contains($trace['file'], 'pest/src')) {
|
if (str_contains($trace['file'], 'pest'. DIRECTORY_SEPARATOR . 'src')) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user