Ver código fonte

Fix unit tests by importing the class

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
tags/v24.0.0beta1
Carl Schwan 2 anos atrás
pai
commit
6e45b298bf
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      apps/admin_audit/tests/Actions/SecurityTest.php

+ 2
- 2
apps/admin_audit/tests/Actions/SecurityTest.php Ver arquivo

@@ -28,11 +28,11 @@ namespace OCA\AdminAudit\Tests\Actions;

use OCA\AdminAudit\Actions\Security;
use OCP\IUser;
use Psr\Log\LoggerInterface;
use OCA\AdminAudit\AuditLogger;
use Test\TestCase;

class SecurityTest extends TestCase {
/** @var LoggerInterface|\PHPUnit\Framework\MockObject\MockObject */
/** @var AuditLogger|\PHPUnit\Framework\MockObject\MockObject */
private $logger;

/** @var Security */

Carregando…
Cancelar
Salvar