From d217503a6abf126ce6617eb1c783fea0a72bb851 Mon Sep 17 00:00:00 2001 From: jordanbrauer <18744334+jordanbrauer@users.noreply.github.com> Date: Wed, 21 Jul 2021 20:47:48 -0500 Subject: [PATCH] test: use consistent test descriptors --- tests/Hooks/AfterAllTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Hooks/AfterAllTest.php b/tests/Hooks/AfterAllTest.php index fb8a71d4..b9042815 100644 --- a/tests/Hooks/AfterAllTest.php +++ b/tests/Hooks/AfterAllTest.php @@ -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')