Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b4e2daf

Browse files
committed
Remove return test
1 parent 7d1e192 commit b4e2daf

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

‎tests/DotenvTest.php

Lines changed: 0 additions & 11 deletions
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

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /