Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit 2d3c48d

Browse files
Update LockerTest.php
1 parent a209455 commit 2d3c48d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/Facades/LockerTest.php

+14
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,20 @@ class LockerTest extends AbstractTestCase
2727
{
2828
use FacadeTrait;
2929

30+
/**
31+
* Setup the application environment.
32+
*
33+
* @param \Illuminate\Contracts\Foundation\Application $app
34+
*
35+
* @return void
36+
*/
37+
protected function getEnvironmentSetUp($app)
38+
{
39+
parent::getEnvironmentSetUp($app);
40+
41+
$app->config->set('database.redis.client', 'predis');
42+
}
43+
3044
/**
3145
* Get the facade accessor.
3246
*

0 commit comments

Comments
 (0)