Skip to content

Commit

Permalink
Fix base test class
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Feb 26, 2020
1 parent 487a168 commit e5e95bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UnformattedResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Laminas\Diactoros\Response;
use Laminas\Diactoros\Stream;
use Lcobucci\ContentNegotiation\UnformattedResponse;
use PHPStan\Testing\TestCase;
use PHPUnit\Framework\TestCase;

/**
* @coversDefaultClass \Lcobucci\ContentNegotiation\UnformattedResponse
Expand Down

0 comments on commit e5e95bf

Please sign in to comment.