mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 02:07: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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user