Skip to content

Commit

Permalink
Update DotenvTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Apr 15, 2016
1 parent 155b957 commit 840442c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Dotenv/DotenvTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,5 +325,6 @@ public function testDotenvRequiredCanBeUsedWithoutLoadingFile()
putenv('REQUIRED_VAR=1');
$dotenv = new Dotenv($this->fixturesFolder);
$dotenv->required('REQUIRED_VAR')->notEmpty();
$this->assertTrue(true);
}
}

0 comments on commit 840442c

Please sign in to comment.