Skip to content

Commit 8cf066f

Browse files
committed
fix: add DB group
Signed-off-by: Vitor Mattos <[email protected]>
1 parent c513cb4 commit 8cf066f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/php/Unit/Service/FileServiceTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@ function is_uploaded_file($filename) {
5151
use OCP\IUserSession;
5252
use OCP\L10N\IFactory as IL10NFactory;
5353
use PHPUnit\Framework\Attributes\DataProvider;
54+
use PHPUnit\Framework\Attributes\Group;
5455
use PHPUnit\Framework\MockObject\MockObject;
5556
use Psr\Log\LoggerInterface;
5657

5758
/**
5859
* @internal
5960
*/
61+
#[Group('DB')]
6062
final class FileServiceTest extends \OCA\Libresign\Tests\Unit\TestCase {
6163
protected FileMapper $fileMapper;
6264
protected SignRequestMapper $signRequestMapper;

0 commit comments

Comments
 (0)