PHP Classes

File: tests/files/bootstrap.php

Recommend this page to a friend!
  Classes of Cyril Ogana   PHP User Credentials   tests/files/bootstrap.php   Download  
File: tests/files/bootstrap.php
Role: Unit test script
Content type: text/plain
Description: Activate Github sync
Class: PHP User Credentials
Implement password authentication policies
Author: By
Last change: Password auth service can be configured to use native authentication
or LDAP authentication (against AD or Native LDAP)
Date: 5 years ago
Size: 334 bytes
 

Contents

Class file image Download
<?php
require('/var/www/html/cymapgt/core/application/authentication/UserCredential/vendor/autoload.php');
require(
'/var/www/html/cymapgt/core/application/authentication/UserCredential/tests/files/Google2FA.php');
require(
'/var/www/html/cymapgt/core/application/authentication/UserCredential/tests/files/LdapRequestHandler.php');