You are here

protected property SimplesamlphpAuthTestManager::$authenticated in simpleSAMLphp Authentication 8.3

Keeps track of whether the user is authenticated.

Type: bool

File

tests/simplesamlphp_auth_test/src/SimplesamlphpAuthTestManager.php, line 17

Class

SimplesamlphpAuthTestManager
Mock SimplesamlphpAuthManager class for testing purposes.

Namespace

Drupal\simplesamlphp_auth_test

Code

protected $authenticated = FALSE;