Load ActionProvider in unit tests

This commit is contained in:
Frederic Guillot
2016-01-30 07:47:16 -05:00
parent 9b9d823f30
commit e31dbe18ce
3 changed files with 5 additions and 32 deletions

View File

@@ -174,34 +174,6 @@ define('LDAP_GROUP_FILTER', '');
define('LDAP_GROUP_ATTRIBUTE_NAME', 'cn');
```
Google Authentication settings
------------------------------
```php
// Enable/disable Google authentication
define('GOOGLE_AUTH', false);
// Google client id (Get this value from the Google developer console)
define('GOOGLE_CLIENT_ID', '');
// Google client secret key (Get this value from the Google developer console)
define('GOOGLE_CLIENT_SECRET', '');
```
Github Authentication settings
------------------------------
```php
// Enable/disable GitHub authentication
define('GITHUB_AUTH', false);
// GitHub client id (Copy it from your settings -> Applications -> Developer applications)
define('GITHUB_CLIENT_ID', '');
// GitHub client secret key (Copy it from your settings -> Applications -> Developer applications)
define('GITHUB_CLIENT_SECRET', '');
```
Reverse-Proxy Authentication settings
-------------------------------------