Skip to content

Commit de6cb78

Browse files
committed
test(db): add DB dependency to migration class
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent e114e2f commit de6cb78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/lib/DB/MigrationServiceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
*
3535
* @package Test\DB
3636
*/
37+
#[Group('DB')]
3738
class MigrationServiceTest extends \Test\TestCase {
3839
private Connection&MockObject $db;
3940

0 commit comments

Comments
 (0)