aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Command/BackgroundJobsTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Command/BackgroundJobsTest.php')
-rw-r--r--tests/lib/Command/BackgroundJobsTest.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/lib/Command/BackgroundJobsTest.php b/tests/lib/Command/BackgroundJobsTest.php
index 6292d5d0e97..fc506be644a 100644
--- a/tests/lib/Command/BackgroundJobsTest.php
+++ b/tests/lib/Command/BackgroundJobsTest.php
@@ -25,13 +25,13 @@
namespace Test\Command;
-use Test\TestCase;
-use Symfony\Component\Console\Input\StringInput;
-use Symfony\Component\Console\Output\NullOutput;
-
+use OC\Core\Command\Background\Ajax;
use OC\Core\Command\Background\Cron;
use OC\Core\Command\Background\WebCron;
-use OC\Core\Command\Background\Ajax;
+
+use Symfony\Component\Console\Input\StringInput;
+use Symfony\Component\Console\Output\NullOutput;
+use Test\TestCase;
class BackgroundJobsTest extends TestCase {