diff options
Diffstat (limited to 'tests/lib/Command/BackgroundJobsTest.php')
-rw-r--r-- | tests/lib/Command/BackgroundJobsTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Command/BackgroundJobsTest.php b/tests/lib/Command/BackgroundJobsTest.php index 972daf51a7a..9d1741aff88 100644 --- a/tests/lib/Command/BackgroundJobsTest.php +++ b/tests/lib/Command/BackgroundJobsTest.php @@ -34,7 +34,6 @@ use Symfony\Component\Console\Output\NullOutput; use Test\TestCase; class BackgroundJobsTest extends TestCase { - public function testCronCommand() { $config = \OC::$server->getConfig(); $job = new Cron($config); |