We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c513cb4 commit 8cf066fCopy full SHA for 8cf066f
tests/php/Unit/Service/FileServiceTest.php
@@ -51,12 +51,14 @@ function is_uploaded_file($filename) {
51
use OCP\IUserSession;
52
use OCP\L10N\IFactory as IL10NFactory;
53
use PHPUnit\Framework\Attributes\DataProvider;
54
+use PHPUnit\Framework\Attributes\Group;
55
use PHPUnit\Framework\MockObject\MockObject;
56
use Psr\Log\LoggerInterface;
57
58
/**
59
* @internal
60
*/
61
+#[Group('DB')]
62
final class FileServiceTest extends \OCA\Libresign\Tests\Unit\TestCase {
63
protected FileMapper $fileMapper;
64
protected SignRequestMapper $signRequestMapper;
0 commit comments