44
55use Exads \Client ;
66use Exads \ClientInterface ;
7- use Exads \ Exception \ InvalidArgumentException ;
7+ use InvalidArgumentException ;
88
99class ClientTest extends \PHPUnit_Framework_TestCase
1010{
1111 /**
12- * @covers Exads\Client
12+ * @covers \ Exads\Client
1313 * @test
1414 */
1515 public function should_instanciate_client_class ()
@@ -19,7 +19,7 @@ public function should_instanciate_client_class()
1919 }
2020
2121 /**
22- * @covers Exads\Client
22+ * @covers \ Exads\Client
2323 * @test
2424 * @expectedException InvalidArgumentException
2525 */
@@ -30,7 +30,7 @@ public function should_not_get_api_instance()
3030 }
3131
3232 /**
33- * @covers Exads\Client
33+ * @covers \ Exads\Client
3434 * @test
3535 */
3636 public function should_return_api_url ()
@@ -40,7 +40,7 @@ public function should_return_api_url()
4040 }
4141
4242 /**
43- * @covers Exads\Client
43+ * @covers \ Exads\Client
4444 * @test
4545 */
4646 public function should_find_correct_port ()
@@ -53,7 +53,7 @@ public function should_find_correct_port()
5353 }
5454
5555 /**
56- * @covers Exads\Client
56+ * @covers \ Exads\Client
5757 * @test
5858 */
5959 public function should_update_port ()
@@ -64,7 +64,7 @@ public function should_update_port()
6464 }
6565
6666 /**
67- * @covers Exads\Client
67+ * @covers \ Exads\Client
6868 * @test
6969 */
7070 public function response_should_be_0_by_default ()
@@ -74,7 +74,7 @@ public function response_should_be_0_by_default()
7474 }
7575
7676 /**
77- * @covers Exads\Client
77+ * @covers \ Exads\Client
7878 * @test
7979 */
8080 public function should_decode_valid_json ()
@@ -91,7 +91,7 @@ public function should_decode_valid_json()
9191 }
9292
9393 /**
94- * @covers Exads\Client
94+ * @covers \ Exads\Client
9595 * @test
9696 */
9797 public function test_empty_json_decode ()
@@ -104,7 +104,7 @@ public function test_empty_json_decode()
104104 }
105105
106106 /**
107- * @covers Exads\Client
107+ * @covers \ Exads\Client
108108 * @test
109109 */
110110 public function test_malformed_json_should_return_error ()
@@ -121,7 +121,7 @@ public function test_malformed_json_should_return_error()
121121 }
122122
123123 /**
124- * @covers Exads\Client
124+ * @covers \ Exads\Client
125125 * @test
126126 * @dataProvider getApiClassesProvider
127127 */
0 commit comments