Skip to content

Commit 0083bd3

Browse files
author
Yevhen Miroshnychenko
committed
MAGETWO-92986: Write Logs for Failed Process of Generating Factories in Extensions
1 parent e2680ff commit 0083bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Code/Test/Unit/Generator/EntityAbstractTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ public function testGenerateFailure()
222222
. 'Due to the current error, executing the CLI commands `bin/magento setup:di:compile` or `bin/magento '
223223
. 'deploy:mode:set production` does not create the required generated classes. '
224224
. '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.';
227227

228228
$exceptionMessage = 'Some description';
229229

0 commit comments

Comments
 (0)