Skip to content

Commit

Permalink
Merge pull request #2 from jaumarar/fix-return-test
Browse files Browse the repository at this point in the history
Remove return test
  • Loading branch information
F. Michel authored Feb 22, 2021
2 parents 7d1e192 + b4e2daf commit e6d703b
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 e6d703b

Please sign in to comment.