File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/internal/Magento/Framework/Code/Test/Unit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ public function testGenerateClassWithErrors()
134
134
'Error message 1 ' ,
135
135
'Error message 2 ' ,
136
136
];
137
- $ mainErrorMessage = 'Class ' . $ resultClassName . ' generation error: The requested class did not generate properly, '
138
- . 'because the \'generated \' directory permission is read-only. '
137
+ $ mainErrorMessage = 'Class ' . $ resultClassName . ' generation error: The requested class did not generate '
138
+ . 'properly, because the \'generated \' directory permission is read-only. '
139
139
. 'If --- after running the \'bin/magento setup:di:compile \' CLI command when the \'generated \' '
140
140
. 'directory permission is set to write --- the requested class did not generate properly, then '
141
141
. 'you must add the generated class object to the signature of the related construct method, only. ' ;
You can’t perform that action at this time.
0 commit comments