summaryrefslogtreecommitdiffstats
path: root/tests/unit/Controller/ContactsControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Controller/ContactsControllerTest.php')
-rw-r--r--tests/unit/Controller/ContactsControllerTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/Controller/ContactsControllerTest.php b/tests/unit/Controller/ContactsControllerTest.php
index e618bba9..9265ccc0 100644
--- a/tests/unit/Controller/ContactsControllerTest.php
+++ b/tests/unit/Controller/ContactsControllerTest.php
@@ -23,12 +23,12 @@
namespace OCA\Contacts\Controller;
-use PHPUnit\Framework\MockObject\MockObject;
+use ChristophWurst\Nextcloud\Testing\TestCase;
+use OCP\AppFramework\Http\RedirectResponse;
use OCP\IL10N;
use OCP\IRequest;
use OCP\IURLGenerator;
-use ChristophWurst\Nextcloud\Testing\TestCase;
-use OCP\AppFramework\Http\RedirectResponse;
+use PHPUnit\Framework\MockObject\MockObject;
class ContactsControllerTest extends TestCase {
private $controller;