summaryrefslogtreecommitdiffstats
path: root/tests/php/ConfigTest.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-01 09:09:03 +0200
committerJoas Schilling <coding@schilljs.com>2022-09-01 10:53:37 +0200
commit1cdd96a113eb4912631463c8d273d47f58f0c7a6 (patch)
treeeaa23b956f8e967d09e75a73be0cf170a6301e09 /tests/php/ConfigTest.php
parentc142394f0e18e7b788437eea5868dc7555d6d73a (diff)
Add Mozart to avoid conflict with other JWT apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/php/ConfigTest.php')
-rw-r--r--tests/php/ConfigTest.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/php/ConfigTest.php b/tests/php/ConfigTest.php
index 569d89177..c27dab4ef 100644
--- a/tests/php/ConfigTest.php
+++ b/tests/php/ConfigTest.php
@@ -20,12 +20,11 @@
*/
namespace OCA\Talk\Tests\php;
-use Firebase\JWT\JWT;
-use Firebase\JWT\Key;
-
use OCA\Talk\Config;
use OCA\Talk\Events\GetTurnServersEvent;
use OCA\Talk\Tests\php\Mocks\GetTurnServerListener;
+use OCA\Talk\Vendor\Firebase\JWT\JWT;
+use OCA\Talk\Vendor\Firebase\JWT\Key;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\IConfig;