Skip to content

Commit e114e2f

Browse files
committed
test(db): chore - add imports to MigrationServiceTest
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 6fae50f commit e114e2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/lib/DB/MigrationServiceTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
use OCP\App\AppPathNotFoundException;
2323
use OCP\IDBConnection;
2424
use OCP\Migration\IMigrationStep;
25+
use OCP\Server;
2526
use PHPUnit\Framework\Attributes\DataProvider;
27+
use PHPUnit\Framework\Attributes\Group;
2628
use PHPUnit\Framework\Attributes\TestWith;
2729
use PHPUnit\Framework\MockObject\MockObject;
2830
use Psr\Log\LoggerInterface;

0 commit comments

Comments
 (0)