From a3ab065343c53d9d1c98f173a03415f033e3a313 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 28 Dec 2023 10:36:30 +0000 Subject: [PATCH] chore: coding style --- src/PendingCalls/TestCall.php | 2 +- tests/Features/Fails.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/PendingCalls/TestCall.php b/src/PendingCalls/TestCall.php index 991082b6..f16ce913 100644 --- a/src/PendingCalls/TestCall.php +++ b/src/PendingCalls/TestCall.php @@ -18,8 +18,8 @@ use Pest\Support\HigherOrderCallables; use Pest\Support\NullClosure; use Pest\Support\Str; use Pest\TestSuite; -use PHPUnit\Framework\TestCase; use PHPUnit\Framework\AssertionFailedError; +use PHPUnit\Framework\TestCase; /** * @internal diff --git a/tests/Features/Fails.php b/tests/Features/Fails.php index 3f7dcd16..7a9b908b 100644 --- a/tests/Features/Fails.php +++ b/tests/Features/Fails.php @@ -1,7 +1,5 @@ fail(); })->fails();