File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ public function testLoadDirectory()
209209 $ dotenv ->load (__DIR__ );
210210 }
211211
212- public function testServerSuperglobalIsNotOverriden ()
212+ public function testServerSuperglobalIsNotOverridden ()
213213 {
214214 $ originalValue = $ _SERVER ['argc ' ];
215215
@@ -219,7 +219,7 @@ public function testServerSuperglobalIsNotOverriden()
219219 $ this ->assertSame ($ originalValue , $ _SERVER ['argc ' ]);
220220 }
221221
222- public function testEnvVarIsNotOverriden ()
222+ public function testEnvVarIsNotOverridden ()
223223 {
224224 putenv ('TEST_ENV_VAR=original_value ' );
225225 $ _SERVER ['TEST_ENV_VAR ' ] = 'original_value ' ;
@@ -230,7 +230,7 @@ public function testEnvVarIsNotOverriden()
230230 $ this ->assertSame ('original_value ' , getenv ('TEST_ENV_VAR ' ));
231231 }
232232
233- public function testHttpVarIsPartiallyOverriden ()
233+ public function testHttpVarIsPartiallyOverridden ()
234234 {
235235 $ _SERVER ['HTTP_TEST_ENV_VAR ' ] = 'http_value ' ;
236236
You can’t perform that action at this time.
0 commit comments