Skip to content

Commit e5e95bf

Browse files
committed
Fix base test class
1 parent 487a168 commit e5e95bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UnformattedResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Laminas\Diactoros\Response;
77
use Laminas\Diactoros\Stream;
88
use Lcobucci\ContentNegotiation\UnformattedResponse;
9-
use PHPStan\Testing\TestCase;
9+
use PHPUnit\Framework\TestCase;
1010

1111
/**
1212
* @coversDefaultClass \Lcobucci\ContentNegotiation\UnformattedResponse

0 commit comments

Comments
 (0)