@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use GuzzleHttp\Client; |
6 | 6 | use GuzzleHttp\Exception\ClientException; |
7 | -use GuzzleHttp\Handler\MockHandler; |
|
8 | 7 | use GuzzleHttp\HandlerStack; |
8 | +use GuzzleHttp\Handler\MockHandler; |
|
9 | 9 | use GuzzleHttp\Psr7\Response; |
10 | 10 | use Mockery; |
11 | 11 | use PHPUnit_Framework_TestCase; |
@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use GuzzleHttp\Client; |
6 | 6 | use GuzzleHttp\Exception\ClientException; |
7 | -use GuzzleHttp\Handler\MockHandler; |
|
8 | 7 | use GuzzleHttp\HandlerStack; |
8 | +use GuzzleHttp\Handler\MockHandler; |
|
9 | 9 | use GuzzleHttp\Psr7\Response; |
10 | 10 | use Mockery; |
11 | 11 | use PHPUnit_Framework_TestCase; |
@@ -11,7 +11,6 @@ discard block |
||
11 | 11 | use Mockery; |
12 | 12 | use PHPUnit_Framework_TestCase; |
13 | 13 | use SoapFault; |
14 | -use stdClass; |
|
15 | 14 | use Symfony\Component\Filesystem\Filesystem; |
16 | 15 | use Werkspot\BingAdsApiBundle\Api\Client; |
17 | 16 | use Werkspot\BingAdsApiBundle\Api\Exceptions; |
@@ -20,6 +19,7 @@ discard block |
||
20 | 19 | use Werkspot\BingAdsApiBundle\Guzzle\OauthTokenService; |
21 | 20 | use Werkspot\BingAdsApiBundle\Model\AccessToken; |
22 | 21 | use Werkspot\BingAdsApiBundle\Model\ApiDetails; |
22 | +use stdClass; |
|
23 | 23 | |
24 | 24 | class GeoLocationPerformanceReportTest extends PHPUnit_Framework_TestCase |
25 | 25 | { |
@@ -11,7 +11,6 @@ discard block |
||
11 | 11 | use Mockery; |
12 | 12 | use PHPUnit_Framework_TestCase; |
13 | 13 | use SoapFault; |
14 | -use stdClass; |
|
15 | 14 | use Symfony\Component\Filesystem\Filesystem; |
16 | 15 | use Werkspot\BingAdsApiBundle\Api\Client; |
17 | 16 | use Werkspot\BingAdsApiBundle\Api\Exceptions; |
@@ -20,6 +19,7 @@ discard block |
||
20 | 19 | use Werkspot\BingAdsApiBundle\Guzzle\OauthTokenService; |
21 | 20 | use Werkspot\BingAdsApiBundle\Model\AccessToken; |
22 | 21 | use Werkspot\BingAdsApiBundle\Model\ApiDetails; |
22 | +use stdClass; |
|
23 | 23 | |
24 | 24 | class GeoLocationPerformanceReportTest extends PHPUnit_Framework_TestCase |
25 | 25 | { |