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 1515use Psr \Cache \CacheItemPoolInterface ;
1616
1717/**
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.
2020 *
2121 * @author Tobias Nyholm <tobias.nyholm@gmail.com>
2222 */
Original file line number Diff line number Diff line change 22
33namespace Github \Tests \HttpClient ;
44
5- use Github \Api ;
6- use Github \Client ;
7- use Github \Exception \BadMethodCallException ;
8- use Github \HttpClient \Plugin \Authentication ;
95use Http \Client \Common \Plugin ;
106
7+ /**
8+ * @author Tobias Nyholm <tobias.nyholm@gmail.com>
9+ */
1110class BuilderTest extends \PHPUnit_Framework_TestCase
1211{
1312 /**
@@ -29,8 +28,6 @@ public function shouldClearHeaders()
2928 $ builder ->clearHeaders ();
3029 }
3130
32-
33-
3431 /**
3532 * @test
3633 */
You can’t perform that action at this time.
0 commit comments