@@ -32,7 +32,7 @@ class NativeCurlClientTest extends TestCase
3232 ];
3333
3434 /**
35- * @covers \Redmine\NativeCurlClient
35+ * @covers \Redmine\Client\ NativeCurlClient
3636 * @test
3737 */
3838 public function shouldPassApiKeyToConstructor ()
@@ -47,7 +47,7 @@ public function shouldPassApiKeyToConstructor()
4747 }
4848
4949 /**
50- * @covers \Redmine\NativeCurlClient
50+ * @covers \Redmine\Client\ NativeCurlClient
5151 * @test
5252 */
5353 public function shouldPassUsernameAndPasswordToConstructor ()
@@ -63,7 +63,7 @@ public function shouldPassUsernameAndPasswordToConstructor()
6363 }
6464
6565 /**
66- * @covers \Redmine\NativeCurlClient
66+ * @covers \Redmine\Client\ NativeCurlClient
6767 * @test
6868 */
6969 public function testGetLastResponseStatusCodeIsInitialNull ()
@@ -77,7 +77,7 @@ public function testGetLastResponseStatusCodeIsInitialNull()
7777 }
7878
7979 /**
80- * @covers \Redmine\NativeCurlClient
80+ * @covers \Redmine\Client\ NativeCurlClient
8181 * @test
8282 */
8383 public function testGetLastResponseContentTypeIsInitialEmpty ()
@@ -91,7 +91,7 @@ public function testGetLastResponseContentTypeIsInitialEmpty()
9191 }
9292
9393 /**
94- * @covers \Redmine\NativeCurlClient
94+ * @covers \Redmine\Client\ NativeCurlClient
9595 * @test
9696 */
9797 public function testGetLastResponseBodyIsInitialEmpty ()
@@ -105,7 +105,7 @@ public function testGetLastResponseBodyIsInitialEmpty()
105105 }
106106
107107 /**
108- * @covers \Redmine\NativeCurlClient
108+ * @covers \Redmine\Client\ NativeCurlClient
109109 * @test
110110 */
111111 public function testStartAndStopImpersonateUser ()
@@ -174,7 +174,7 @@ public function testStartAndStopImpersonateUser()
174174 }
175175
176176 /**
177- * @covers \Redmine\NativeCurlClient
177+ * @covers \Redmine\Client\ NativeCurlClient
178178 * @test
179179 */
180180 public function testSetSslVersion ()
@@ -242,7 +242,7 @@ public function testSetSslVersion()
242242 }
243243
244244 /**
245- * @covers \Redmine\NativeCurlClient
245+ * @covers \Redmine\Client\ NativeCurlClient
246246 * @test
247247 */
248248 public function testSetSslVerifypeer ()
@@ -311,7 +311,7 @@ public function testSetSslVerifypeer()
311311 }
312312
313313 /**
314- * @covers \Redmine\NativeCurlClient
314+ * @covers \Redmine\Client\ NativeCurlClient
315315 * @test
316316 */
317317 public function testSetSslVerifyhost ()
@@ -380,7 +380,7 @@ public function testSetSslVerifyhost()
380380 }
381381
382382 /**
383- * @covers \Redmine\NativeCurlClient
383+ * @covers \Redmine\Client\ NativeCurlClient
384384 * @test
385385 */
386386 public function testSetCustomHttpHeaders ()
@@ -455,7 +455,7 @@ public function testSetCustomHttpHeaders()
455455 }
456456
457457 /**
458- * @covers \Redmine\NativeCurlClient
458+ * @covers \Redmine\Client\ NativeCurlClient
459459 * @test
460460 */
461461 public function testSetCustomHost ()
@@ -526,7 +526,7 @@ public function testSetCustomHost()
526526 }
527527
528528 /**
529- * @covers \Redmine\NativeCurlClient
529+ * @covers \Redmine\Client\ NativeCurlClient
530530 * @test
531531 */
532532 public function testSetPort ()
@@ -594,7 +594,7 @@ public function testSetPort()
594594 }
595595
596596 /**
597- * @covers \Redmine\NativeCurlClient
597+ * @covers \Redmine\Client\ NativeCurlClient
598598 * @test
599599 */
600600 public function testCustomPortWillSetFromSchema ()
@@ -650,7 +650,7 @@ public function testCustomPortWillSetFromSchema()
650650 }
651651
652652 /**
653- * @covers \Redmine\NativeCurlClient
653+ * @covers \Redmine\Client\ NativeCurlClient
654654 * @test
655655 */
656656 public function testCustomPortWillSetFromUrl ()
@@ -706,7 +706,7 @@ public function testCustomPortWillSetFromUrl()
706706 }
707707
708708 /**
709- * @covers \Redmine\NativeCurlClient
709+ * @covers \Redmine\Client\ NativeCurlClient
710710 * @test
711711 * @dataProvider getRequestReponseData
712712 */
@@ -813,7 +813,7 @@ public function testHandlingOfResponseWithoutContent()
813813 }
814814
815815 /**
816- * @covers \Redmine\NativeCurlClient
816+ * @covers \Redmine\Client\ NativeCurlClient
817817 * @test
818818 */
819819 public function testCurlErrorThrowsException ()
@@ -848,7 +848,7 @@ public function testCurlErrorThrowsException()
848848 }
849849
850850 /**
851- * @covers \Redmine\NativeCurlClient
851+ * @covers \Redmine\Client\ NativeCurlClient
852852 * @test
853853 *
854854 * @param string $apiName
@@ -891,7 +891,7 @@ public function getApiClassesProvider()
891891 }
892892
893893 /**
894- * @covers \Redmine\NativeCurlClient
894+ * @covers \Redmine\Client\ NativeCurlClient
895895 * @test
896896 */
897897 public function getApiShouldThrowException ()
0 commit comments