File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/internal/Magento/Framework/Code/Test/Unit/Generator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,8 +222,8 @@ public function testGenerateFailure()
222
222
. 'Due to the current error, executing the CLI commands `bin/magento setup:di:compile` or `bin/magento '
223
223
. 'deploy:mode:set production` does not create the required generated classes. '
224
224
. 'Magento cannot write a class file to the "generated" directory that is read-only. Before using the '
225
- . 'read-only file system, the classes to be generated must be created beforehand in the "generated" directory. '
226
- . 'For details, see the "File systems access permissions" topic at http://devdocs.magento.com. ' ;
225
+ . 'read-only file system, the classes to be generated must be created beforehand in the "generated" '
226
+ . 'directory. For details, see the "File systems access permissions" topic at http://devdocs.magento.com. ' ;
227
227
228
228
$ exceptionMessage = 'Some description ' ;
229
229
You can’t perform that action at this time.
0 commit comments