forked from GNUsocial/gnu-social
[TESTS] Exclude class Security from testing, as it's a simple wrapper
This commit is contained in:
parent
75c9ffde31
commit
400716c1b2
@ -33,6 +33,12 @@ namespace App\Core;
|
||||
use HtmlSanitizer\SanitizerInterface;
|
||||
use Symfony\Component\Security\Core\Security as SSecurity;
|
||||
|
||||
/**
|
||||
* Forwards method calls to either Symfony\Component\Security\Core\Security or
|
||||
* HtmlSanitizer\SanitizerInterface, calling the first existing method, in that order
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
abstract class Security
|
||||
{
|
||||
private static ?SSecurity $security;
|
||||
|
Loading…
Reference in New Issue
Block a user