Skip to content

Commit c695fb9

Browse files
committed
Fixed Typo
1 parent 444c278 commit c695fb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Developer/Test/Unit/Console/Command/TablesWhitelistGenerateCommandTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function failureDataProvider()
119119
self::CONFIG_EXCEPTION
120120
],
121121
[
122-
'Module_Namer',
122+
'Module_Name',
123123
Cli::RETURN_FAILURE,
124124
new ConfigException(__(self::CONFIG_EXCEPTION)),
125125
self::CONFIG_EXCEPTION
@@ -143,6 +143,7 @@ public function failureDataProvider()
143143
* Execute command test class for symphony
144144
*
145145
* @param string $arguments
146+
*
146147
* @return CommandTester
147148
*/
148149
private function execute(string $arguments)

0 commit comments

Comments
 (0)