Completed
Push — master ( bbdfbe...3990e5 )
by
unknown
01:23
created
tests/Controller/SettingsControllerTest.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,9 +20,9 @@
 block discarded – undo
20 20
  */
21 21
 namespace OCA\Security\Tests\Controller;
22 22
 
23
-use OCA\Security\Controller\SettingsController;
24
-use OCA\Security\SecurityConfig;
25
-use OCP\IRequest;
23
+use OCA\Security\Controller\SettingsController;
24
+use OCA\Security\SecurityConfig;
25
+use OCP\IRequest;
26 26
 use Test\TestCase;
27 27
 
28 28
 class SettingsControllerTest extends TestCase {
Please login to merge, or discard this patch.
tests/PasswordValidatorTest.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -19,10 +19,10 @@
 block discarded – undo
19 19
  *
20 20
  */
21 21
 namespace OCA\Password_Policy\Tests;
22
-use OC\HintException;
23
-use OCA\Security\SecurityConfig;
24
-use OCA\Security\PasswordValidator;
25
-use OCP\IL10N;
22
+use OC\HintException;
23
+use OCA\Security\SecurityConfig;
24
+use OCA\Security\PasswordValidator;
25
+use OCP\IL10N;
26 26
 use Test\TestCase;
27 27
 class PasswordValidatorTest extends TestCase {
28 28
 
Please login to merge, or discard this patch.
tests/SecurityConfigTest.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,8 @@
 block discarded – undo
20 20
  */
21 21
 namespace OCA\Security\Tests;
22 22
 
23
-use OCA\Security\SecurityConfig;
24
-use OCP\IConfig;
23
+use OCA\Security\SecurityConfig;
24
+use OCP\IConfig;
25 25
 use Test\TestCase;
26 26
 class SecurityConfigTest extends TestCase {
27 27
     /** @var  IConfig|\PHPUnit_Framework_MockObject_MockObject */
Please login to merge, or discard this patch.