Skip to content

Commit 8c6d3a8

Browse files
committed
Set the test cache driver
1 parent 3d9f911 commit 8c6d3a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/LdapServiceProviderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ protected function getEnvironmentSetup($app)
1414

1515
$app['config']->set('ldap.logging', true);
1616
$app['config']->set('ldap.cache.enabled', true);
17+
$app['config']->set('ldap.cache.driver', 'array');
1718
}
1819

1920
public function test_logger_is_set_on_container_when_enabled()

0 commit comments

Comments
 (0)