mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01:00
style: address stan + lint issues
This commit is contained in:
@ -8,4 +8,3 @@ afterAll(function () {
|
||||
|
||||
test('global afterAll execution order', function () {
|
||||
});
|
||||
|
||||
|
||||
@ -21,4 +21,3 @@ test('global afterEach execution order', function () {
|
||||
->not()
|
||||
->toHaveProperty('ith');
|
||||
});
|
||||
|
||||
|
||||
@ -8,4 +8,3 @@ beforeAll(function () {
|
||||
|
||||
test('global beforeAll execution order', function () {
|
||||
});
|
||||
|
||||
|
||||
@ -24,4 +24,3 @@ test('global beforeEach execution order', function () {
|
||||
->and($this->baz)
|
||||
->toBe(2);
|
||||
});
|
||||
|
||||
|
||||
@ -10,10 +10,9 @@ uses()
|
||||
// dump(0);
|
||||
// })
|
||||
->afterEach(function () {
|
||||
$this->ith = 0;
|
||||
$this->ith = 0;
|
||||
})
|
||||
// ->afterAll(function () {
|
||||
// dump(0);
|
||||
// })
|
||||
->in('Hooks');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user