test: use consistent test descriptors

This commit is contained in:
jordanbrauer
2021-07-21 20:47:48 -05:00
parent b6012862c4
commit d217503a6a

View File

@ -41,7 +41,7 @@ test('global afterAll execution order', function () use ($globalHook) {
->toBe(0); ->toBe(0);
}); });
test('it only gets called once per file', function () use ($globalHook) { it('only gets called once per file', function () use ($globalHook) {
expect($globalHook) expect($globalHook)
->not() ->not()
->toHaveProperty('afterAll') ->toHaveProperty('afterAll')