@@ -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 | { |