mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
test: use consistent test descriptors
This commit is contained in:
@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user