Skip to content

Commit 01fda31

Browse files
committed
refactor(tests): remove unused Application import from test files
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 750a215 commit 01fda31

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

tests/Integration/Api/RespectAdminSettingsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
namespace OCA\Forms\Tests\Integration\Api;
99

1010
use GuzzleHttp\Client;
11-
use OCA\Forms\AppInfo\Application;
1211
use OCA\Forms\Constants;
1312
use OCA\Forms\Tests\Integration\IntegrationBase;
1413
use OCP\IAppConfig;

tests/Integration/DB/SharedFormsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
*/
99
namespace OCA\Forms\Tests\Integration\Db;
1010

11-
use OCA\Forms\AppInfo\Application;
1211
use OCA\Forms\Constants;
1312
use OCA\Forms\Db\FormMapper;
1413
use OCA\Forms\Tests\Integration\IntegrationBase;

tests/Integration/IntegrationBase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88
namespace OCA\Forms\Tests\Integration;
99

10-
use OCA\Forms\AppInfo\Application;
1110
use OCA\Forms\Constants;
1211
use OCP\DB\QueryBuilder\IQueryBuilder;
1312
use OCP\IAppConfig;

0 commit comments

Comments
 (0)