Skip to content

Commit

Permalink
Remove return test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumarar committed Feb 20, 2021
1 parent 7d1e192 commit b4e2daf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions tests/DotenvTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@ public function testFileNotExist() {
(new DotEnv($this->env('.env.not-exists')))->load();
}

/**
* @runInSeparateProcess
*/
public function testLoadReturnsValues()
{
$loaded = (new DotEnv($this->env('.env.return')))->load();

$this->assertEquals('returned', $loaded['VALUE']);
$this->assertEquals('returned', $_ENV['VALUE']);
}

/**
* @runInSeparateProcess
*/
Expand Down
1 change: 0 additions & 1 deletion tests/env/.env.return

This file was deleted.

0 comments on commit b4e2daf

Please sign in to comment.