Skip to content

Commit 8efcd4c

Browse files
Updated tests for 4.x
1 parent 12831c5 commit 8efcd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dotenv/ValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function testDotenvAllowedValuesIfPresent()
4343

4444
public function testDotenvAllowedValuesIfNotPresent()
4545
{
46-
$dotenv = Dotenv::create($this->fixturesFolder);
46+
$dotenv = Dotenv::createImmutable($this->fixturesFolder);
4747
$dotenv->load();
4848
$dotenv->ifPresent('FOOQWERTYOOOOOO')->allowedValues(['bar', 'baz']);
4949
$this->assertTrue(true);

0 commit comments

Comments
 (0)