Skip to content

Commit 840442c

Browse files
Update DotenvTest.php
1 parent 155b957 commit 840442c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Dotenv/DotenvTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,5 +325,6 @@ public function testDotenvRequiredCanBeUsedWithoutLoadingFile()
325325
putenv('REQUIRED_VAR=1');
326326
$dotenv = new Dotenv($this->fixturesFolder);
327327
$dotenv->required('REQUIRED_VAR')->notEmpty();
328+
$this->assertTrue(true);
328329
}
329330
}

0 commit comments

Comments
 (0)