mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix: before all
This commit is contained in:
@ -29,7 +29,6 @@ pest()
|
||||
})
|
||||
->beforeAll(function () {
|
||||
$_SERVER['globalHook']->beforeAll = 0;
|
||||
$_SERVER['globalHook']->calls->beforeAll++;
|
||||
})
|
||||
->afterEach(function () {
|
||||
if (! isset($this->ith)) {
|
||||
|
||||
Reference in New Issue
Block a user