Skip to content

Commit a399cb5

Browse files
Fixed test names
Closes #480 Co-authored-by: Martin Krisell <[email protected]>
1 parent da64796 commit a399cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Dotenv/DotenvTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function testDotenvLoadsEnvironmentVars()
8181
self::assertEmpty(getenv('NULL'));
8282
}
8383

84-
public function testDotenvLoadsEnvironmentVarsMultipleNotShortCircuitMode()
84+
public function testDotenvLoadsEnvironmentVarsMultipleWithShortCircuitMode()
8585
{
8686
$dotenv = Dotenv::createImmutable($this->folder, ['.env', 'example.env']);
8787

@@ -91,7 +91,7 @@ public function testDotenvLoadsEnvironmentVarsMultipleNotShortCircuitMode()
9191
);
9292
}
9393

94-
public function testDotenvLoadsEnvironmentVarsMultipleWithShortCircuitMode()
94+
public function testDotenvLoadsEnvironmentVarsMultipleWithoutShortCircuitMode()
9595
{
9696
$dotenv = Dotenv::createImmutable($this->folder, ['.env', 'example.env'], false);
9797

0 commit comments

Comments
 (0)