We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12831c5 commit 8efcd4cCopy full SHA for 8efcd4c
tests/Dotenv/ValidatorTest.php
@@ -43,7 +43,7 @@ public function testDotenvAllowedValuesIfPresent()
43
44
public function testDotenvAllowedValuesIfNotPresent()
45
{
46
- $dotenv = Dotenv::create($this->fixturesFolder);
+ $dotenv = Dotenv::createImmutable($this->fixturesFolder);
47
$dotenv->load();
48
$dotenv->ifPresent('FOOQWERTYOOOOOO')->allowedValues(['bar', 'baz']);
49
$this->assertTrue(true);
0 commit comments