Skip to content

Commit

Permalink
chore: coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Dec 28, 2023
1 parent c390721 commit a3ab065
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/PendingCalls/TestCall.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
use Pest\Support\NullClosure;
use Pest\Support\Str;
use Pest\TestSuite;
use PHPUnit\Framework\TestCase;
use PHPUnit\Framework\AssertionFailedError;
use PHPUnit\Framework\TestCase;

/**
* @internal
Expand Down
2 changes: 0 additions & 2 deletions tests/Features/Fails.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

use PHPUnit\Framework\AssertionFailedError;

it('may fail', function () {
$this->fail();
})->fails();
Expand Down

0 comments on commit a3ab065

Please sign in to comment.