We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9f911 commit 8c6d3a8Copy full SHA for 8c6d3a8
tests/LdapServiceProviderTest.php
@@ -14,6 +14,7 @@ protected function getEnvironmentSetup($app)
14
15
$app['config']->set('ldap.logging', true);
16
$app['config']->set('ldap.cache.enabled', true);
17
+ $app['config']->set('ldap.cache.driver', 'array');
18
}
19
20
public function test_logger_is_set_on_container_when_enabled()
0 commit comments