We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd30dcd commit 2be4fc9Copy full SHA for 2be4fc9
tests/ResponseBuilderTest.php
@@ -4,9 +4,9 @@
4
5
use Http\Discovery\MessageFactoryDiscovery;
6
use PHPUnit\Framework\TestCase;
7
+use Swis\Http\Fixture\MockNotFoundException;
8
use Swis\Http\Fixture\ResponseBuilder;
9
use Swis\Http\Fixture\ResponseBuilderInterface;
-use Swis\Http\Fixture\MockNotFoundException;
10
use function GuzzleHttp\Psr7\stream_for;
11
12
class ResponseBuilderTest extends TestCase
0 commit comments