Skip to content

Commit 14f8d2d

Browse files
committed
Fix typo in method name
1 parent dc72851 commit 14f8d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Config/Test/Unit/App/Config/Source/EnvironmentConfigSourceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function getDataProvider()
9191
];
9292
}
9393

94-
public function testGetWithoutEnvCongigurationVariables()
94+
public function testGetWithoutEnvConfigurationVariables()
9595
{
9696
$expectedArray = [];
9797

0 commit comments

Comments
 (0)