summaryrefslogtreecommitdiffstats
path: root/tests/unit/Service/Social/InstagramProviderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Service/Social/InstagramProviderTest.php')
-rw-r--r--tests/unit/Service/Social/InstagramProviderTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/Service/Social/InstagramProviderTest.php b/tests/unit/Service/Social/InstagramProviderTest.php
index cba8de91..77bcd5c9 100644
--- a/tests/unit/Service/Social/InstagramProviderTest.php
+++ b/tests/unit/Service/Social/InstagramProviderTest.php
@@ -24,12 +24,12 @@
namespace OCA\Contacts\Service\Social;
+use ChristophWurst\Nextcloud\Testing\TestCase;
use OCP\Http\Client\IClient;
-use OCP\Http\Client\IResponse;
use OCP\Http\Client\IClientService;
-use Psr\Log\LoggerInterface;
-use ChristophWurst\Nextcloud\Testing\TestCase;
+use OCP\Http\Client\IResponse;
use PHPUnit\Framework\MockObject\MockObject;
+use Psr\Log\LoggerInterface;
class InstagramProviderTest extends TestCase {
private $provider;