ignore coverage for ldap

This commit is contained in:
Milos Stojanovic 2020-11-02 14:42:22 +01:00
parent 6afe142539
commit 53c993bdc8

View File

@ -15,6 +15,9 @@ use Filegator\Services\Auth\UsersCollection;
use Filegator\Services\Service;
use Filegator\Services\Session\SessionStorageInterface as Session;
/**
* @codeCoverageIgnore
*/
class LDAP implements Service, AuthInterface
{
const SESSION_KEY = 'LDAP_auth';