8000 Update a test value for consistency · symfony/dotenv@45891d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45891d7

Browse files
committed
Update a test value for consistency
1 parent e2387bf commit 45891d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DotenvTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public function testServerSuperglobalIsNotOverriden()
160160
$originalValue = $_SERVER['argc'];
161161

162162
$dotenv = new DotEnv();
163-
$dotenv->populate(array('argc' => 'newValue'));
163+
$dotenv->populate(array('argc' => 'new_value'));
164164

165165
$this->assertSame($originalValue, $_SERVER['argc']);
166166
}

0 commit comments

Comments
 (0)
0