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();