Fix namespaces in tests/lib/http/

This commit is contained in:
Joas Schilling 2016-05-19 08:46:58 +02:00
parent 995d4b7ecd
commit 51db410e67
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
3 changed files with 7 additions and 3 deletions

View File

@ -6,9 +6,11 @@
* See the COPYING-README file.
*/
namespace OC\Http\Client;
namespace Test\Http\Client;
use GuzzleHttp\Client as GuzzleClient;
use OC\Http\Client\Client;
use OC\Http\Client\ClientService;
/**
* Class ClientServiceTest

View File

@ -6,9 +6,10 @@
* See the COPYING-README file.
*/
namespace OC\Http\Client;
namespace Test\Http\Client;
use GuzzleHttp\Message\Response;
use OC\Http\Client\Client;
use OCP\IConfig;
/**

View File

@ -6,10 +6,11 @@
* See the COPYING-README file.
*/
namespace OC\Http\Client;
namespace Test\Http\Client;
use Guzzle\Stream\Stream;
use GuzzleHttp\Message\Response as GuzzleResponse;
use OC\Http\Client\Response;
/**
* Class ResponseTest