Fix missing use statements in ext. str. tests

This commit is contained in:
Joas Schilling 2016-05-25 14:57:41 +02:00
parent eddc222369
commit 9c734dcba7
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
namespace OCA\Files_External\Tests\Controller;
use \OCA\Files_External\Controller\UserStoragesController;
use OCA\Files_External\Lib\StorageConfig;
use \OCP\AppFramework\Http;
use \OCA\Files_External\Service\BackendService;

View File

@ -22,6 +22,7 @@
*/
namespace OCA\Files_External\Tests\Service;
use OCA\Files_External\Lib\StorageConfig;
use OCA\Files_External\NotFoundException;
use OCA\Files_External\Service\StoragesService;
use OCA\Files_External\Service\UserGlobalStoragesService;