Fix missing use statements in ext. str. tests

remotes/origin/stand-alone-job-executer
Joas Schilling 8 years ago
parent eddc222369
commit 9c734dcba7
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946

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

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

Loading…
Cancel
Save