We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc64dfb commit 685b67aCopy full SHA for 685b67a
tests/HttpClient/BuilderTest.php
@@ -17,11 +17,11 @@
17
use Gitlab\HttpClient\Builder;
18
use Http\Client\Common\HttpMethodsClientInterface;
19
use Http\Client\Common\Plugin;
20
+use PHPUnit\Framework\Attributes\Before;
21
use PHPUnit\Framework\TestCase;
22
use Psr\Http\Client\ClientInterface;
23
use Psr\Http\Message\RequestFactoryInterface;
24
use Psr\Http\Message\StreamFactoryInterface;
-use PHPUnit\Framework\Attributes\Before;
25
26
/**
27
* @author Fabien Bourigault <bourigaultfabien@gmail.com>
0 commit comments