style: address stan + lint issues

This commit is contained in:
jordanbrauer
2021-04-06 19:32:49 -05:00
parent ff44589572
commit 54f9397f47
7 changed files with 10 additions and 16 deletions

View File

@ -8,4 +8,3 @@ afterAll(function () {
test('global afterAll execution order', function () {
});

View File

@ -21,4 +21,3 @@ test('global afterEach execution order', function () {
->not()
->toHaveProperty('ith');
});

View File

@ -8,4 +8,3 @@ beforeAll(function () {
test('global beforeAll execution order', function () {
});

View File

@ -24,4 +24,3 @@ test('global beforeEach execution order', function () {
->and($this->baz)
->toBe(2);
});

View File

@ -10,10 +10,9 @@ uses()
// dump(0);
// })
->afterEach(function () {
$this->ith = 0;
$this->ith = 0;
})
// ->afterAll(function () {
// dump(0);
// })
->in('Hooks');