We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444c278 commit c695fb9Copy full SHA for c695fb9
app/code/Magento/Developer/Test/Unit/Console/Command/TablesWhitelistGenerateCommandTest.php
@@ -119,7 +119,7 @@ public function failureDataProvider()
119
self::CONFIG_EXCEPTION
120
],
121
[
122
- 'Module_Namer',
+ 'Module_Name',
123
Cli::RETURN_FAILURE,
124
new ConfigException(__(self::CONFIG_EXCEPTION)),
125
@@ -143,6 +143,7 @@ public function failureDataProvider()
143
* Execute command test class for symphony
144
*
145
* @param string $arguments
146
+ *
147
* @return CommandTester
148
*/
149
private function execute(string $arguments)
0 commit comments