File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
test/Github/Tests/HttpClient Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 15
15
use Psr \Cache \CacheItemPoolInterface ;
16
16
17
17
/**
18
- * A builder that builds the API client. This will allow you to fluently add and remove
19
- * plugins.
18
+ * A builder that builds the API client.
19
+ * This will allow you to fluently add and remove plugins.
20
20
*
21
21
* @author Tobias Nyholm <[email protected] >
22
22
*/
Original file line number Diff line number Diff line change 2
2
3
3
namespace Github \Tests \HttpClient ;
4
4
5
- use Github \Api ;
6
- use Github \Client ;
7
- use Github \Exception \BadMethodCallException ;
8
- use Github \HttpClient \Plugin \Authentication ;
9
5
use Http \Client \Common \Plugin ;
10
6
7
+ /**
8
+ * @author Tobias Nyholm <[email protected] >
9
+ */
11
10
class BuilderTest extends \PHPUnit_Framework_TestCase
12
11
{
13
12
/**
@@ -29,8 +28,6 @@ public function shouldClearHeaders()
29
28
$ builder ->clearHeaders ();
30
29
}
31
30
32
-
33
-
34
31
/**
35
32
* @test
36
33
*/
You can’t perform that action at this time.
0 commit comments