mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
Fix unit tests by importing the class
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
parent
3e067edcbe
commit
6e45b298bf
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue