mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +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);
|
||||
});
|
||||
|
||||
test('it only gets called once per file', function () use ($globalHook) {
|
||||
it('only gets called once per file', function () use ($globalHook) {
|
||||
expect($globalHook)
|
||||
->not()
|
||||
->toHaveProperty('afterAll')
|
||||
|
||||
Reference in New Issue
Block a user