mirror of
https://github.com/filegator/filegator.git
synced 2025-08-03 21:07:43 +02:00
ignore coverage for ldap
This commit is contained in:
@@ -15,6 +15,9 @@ use Filegator\Services\Auth\UsersCollection;
|
|||||||
use Filegator\Services\Service;
|
use Filegator\Services\Service;
|
||||||
use Filegator\Services\Session\SessionStorageInterface as Session;
|
use Filegator\Services\Session\SessionStorageInterface as Session;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @codeCoverageIgnore
|
||||||
|
*/
|
||||||
class LDAP implements Service, AuthInterface
|
class LDAP implements Service, AuthInterface
|
||||||
{
|
{
|
||||||
const SESSION_KEY = 'LDAP_auth';
|
const SESSION_KEY = 'LDAP_auth';
|
||||||
|
Reference in New Issue
Block a user