Skip to content

Commit 40e2069

Browse files
author
Ivan Gavryshko
committed
MAGETWO-51927: Setup crons out of memory issue
- fixed unittest
1 parent 2522d3c commit 40e2069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Test/Unit/Model/PhpReadinessCheckTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public function testCheckPhpSettingsMemoryLimitError()
317317
);
318318

319319
$rawPostMessage =
320-
'Your current PHP memory limit is memory_limit=512M.
320+
'Your current PHP memory limit is 512M.
321321
Magento 2 requires it to be set to 756M or more.
322322
As a user with root privileges, edit your php.ini file to increase memory_limit.
323323
(The command php --ini tells you where it is located.)

0 commit comments

Comments
 (0)