diff options
Diffstat (limited to 'apps/comments/tests/Unit/AppInfo/ApplicationTest.php')
-rw-r--r-- | apps/comments/tests/Unit/AppInfo/ApplicationTest.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/comments/tests/Unit/AppInfo/ApplicationTest.php b/apps/comments/tests/Unit/AppInfo/ApplicationTest.php index 4ef8e73340f..119db5333b5 100644 --- a/apps/comments/tests/Unit/AppInfo/ApplicationTest.php +++ b/apps/comments/tests/Unit/AppInfo/ApplicationTest.php @@ -9,17 +9,17 @@ declare(strict_types=1); */ namespace OCA\Comments\Tests\Unit\AppInfo; +use OCA\Comments\Activity\Filter; +use OCA\Comments\Activity\Listener; +use OCA\Comments\Activity\Provider; +use OCA\Comments\Activity\Setting; use OCA\Comments\AppInfo\Application; +use OCA\Comments\Controller\NotificationsController; use OCA\Comments\Notification\Notifier; use OCP\IUserManager; use OCP\IUserSession; use OCP\Server; use Test\TestCase; -use OCA\Comments\Controller\NotificationsController; -use OCA\Comments\Activity\Filter; -use OCA\Comments\Activity\Listener; -use OCA\Comments\Activity\Provider; -use OCA\Comments\Activity\Setting; /** * Class ApplicationTest |