Fix namespaces in tests/lib/integritycheck

This commit is contained in:
Joas Schilling 2016-05-19 08:48:22 +02:00
parent 51db410e67
commit 0ab1120a33
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ namespace Test\IntegrityCheck;
use OC\IntegrityCheck\Checker;
use OC\Memcache\NullCache;
use OCP\ICache;
use phpseclib\Crypt\RSA;
use phpseclib\File\X509;
use Test\TestCase;

View File

@ -19,7 +19,7 @@
*
*/
namespace Test\IntegrityCheck\Factories;
namespace Test\IntegrityCheck\Helpers;
use OC\IntegrityCheck\Helpers\EnvironmentHelper;
use Test\TestCase;