Merge pull request #31566 from nextcloud/fix/unit-audit

Fix unit tests by importing the class
This commit is contained in:
Simon L 2022-03-14 13:23:30 +01:00 committed by GitHub
commit a74248b0a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */