diff --git a/tests/lib/integritycheck/checkertest.php b/tests/lib/integritycheck/checkertest.php index 0910c543a7adaa71e04547f7b3fd822a3df5812f..6e6095668b06fc5eed1023180fefb85af664188d 100644 --- a/tests/lib/integritycheck/checkertest.php +++ b/tests/lib/integritycheck/checkertest.php @@ -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; diff --git a/tests/lib/integritycheck/helpers/EnvironmentHelperTest.php b/tests/lib/integritycheck/helpers/EnvironmentHelperTest.php index a1d1f671b070def9c8b04697487d05aaa2595ab1..9dc9214a77985147c081fa4fcd31b35b5fca800b 100644 --- a/tests/lib/integritycheck/helpers/EnvironmentHelperTest.php +++ b/tests/lib/integritycheck/helpers/EnvironmentHelperTest.php @@ -19,7 +19,7 @@ * */ -namespace Test\IntegrityCheck\Factories; +namespace Test\IntegrityCheck\Helpers; use OC\IntegrityCheck\Helpers\EnvironmentHelper; use Test\TestCase;