Skip to content

Commit aa8b9da

Browse files
committed
.env -> .env_travis
1 parent 9f67971 commit aa8b9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ConnectionTestAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ abstract class ConnectionTestAbstract extends TestCase{
5252
protected $envVar;
5353

5454
protected function setUp(){
55-
(new Dotenv(__DIR__.'/../config', '.env'))->load();
55+
(new Dotenv(__DIR__.'/../config', '.env_travis'))->load();
5656

5757
$this->cache = new Cache(new MemoryCacheDriver);
5858

0 commit comments

Comments
 (0)