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 7d1e192 commit b4e2dafCopy full SHA for b4e2daf
tests/DotenvTest.php
@@ -44,17 +44,6 @@ public function testFileNotExist() {
44
(new DotEnv($this->env('.env.not-exists')))->load();
45
}
46
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
58
/**
59
* @runInSeparateProcess
60
*/
tests/env/.env.return
0 commit comments