Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 28, 2024
1 parent 700c9a7 commit 37153c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Mockery/IsolatedMockeryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Mockery;
use PHPUnit\Framework\TestCase;
use function usleep;

class IsolatedMockeryTest extends TestCase
{
Expand Down
1 change: 1 addition & 0 deletions tests/Mockery/MockeryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Mockery;
use Mockery\MockInterface;
use PHPUnit\Framework\TestCase;
use function usleep;

class MockeryTest extends TestCase
{
Expand Down

0 comments on commit 37153c0

Please sign in to comment.