Completed
Pull Request — master (#1030)
by Raimund
01:22
created
tests/php/unit/Service/CollectionsServiceTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 use OCA\Tasks\Service\CollectionsService;
26 26
 use OCP\IConfig;
27 27
 use OCP\IL10N;
28
-
29 28
 use PHPUnit\Framework\TestCase;
30 29
 
31 30
 class CollectionsServiceTest extends TestCase {
Please login to merge, or discard this patch.
tests/php/unit/Service/SettingsServiceTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
 use OCA\Tasks\Service\SettingsService;
26 26
 use OCP\IConfig;
27
-
28 27
 use PHPUnit\Framework\TestCase;
29 28
 
30 29
 class SettingsServiceTest extends TestCase {
Please login to merge, or discard this patch.