diff options
Diffstat (limited to 'apps/updatenotification/tests')
-rw-r--r-- | apps/updatenotification/tests/Notification/BackgroundJobTest.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/updatenotification/tests/Notification/BackgroundJobTest.php b/apps/updatenotification/tests/Notification/BackgroundJobTest.php index 4ed1c350674..694051d33f6 100644 --- a/apps/updatenotification/tests/Notification/BackgroundJobTest.php +++ b/apps/updatenotification/tests/Notification/BackgroundJobTest.php @@ -25,17 +25,17 @@ namespace OCA\UpdateNotification\Tests\Notification; use OC\Installer; +use OC\Updater\VersionCheck; use OCA\UpdateNotification\Notification\BackgroundJob; use OCP\App\IAppManager; use OCP\Http\Client\IClientService; use OCP\IConfig; +use OCP\IGroup; use OCP\IGroupManager; use OCP\IUser; use OCP\Notification\IManager; -use Test\TestCase; -use OC\Updater\VersionCheck; use OCP\Notification\INotification; -use OCP\IGroup; +use Test\TestCase; class BackgroundJobTest extends TestCase { |