Skip to content

Commit e6d703b

Browse files
author
F. Michel
authored
Merge pull request #2 from jaumarar/fix-return-test
Remove return test
2 parents 7d1e192 + b4e2daf commit e6d703b

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

tests/DotenvTest.php

-11
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,6 @@ public function testFileNotExist() {
4444
(new DotEnv($this->env('.env.not-exists')))->load();
4545
}
4646

47-
/**
48-
* @runInSeparateProcess
49-
*/
50-
public function testLoadReturnsValues()
51-
{
52-
$loaded = (new DotEnv($this->env('.env.return')))->load();
53-
54-
$this->assertEquals('returned', $loaded['VALUE']);
55-
$this->assertEquals('returned', $_ENV['VALUE']);
56-
}
57-
5847
/**
5948
* @runInSeparateProcess
6049
*/

tests/env/.env.return

-1
This file was deleted.

0 commit comments

Comments
 (0)