Skip to content

Commit 2683329

Browse files
committed
Removing memory limit temporary adjustment
1 parent d9f8f03 commit 2683329

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Search/Test/Unit/Model/SynonymAnalyzerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class SynonymAnalyzerTest extends \PHPUnit\Framework\TestCase
2727
*/
2828
protected function setUp()
2929
{
30-
ini_set('memory_limit', '1024M');
3130
$helper = new ObjectManager($this);
3231

3332
$this->synReaderModel = $this->getMockBuilder(\Magento\Search\Model\SynonymReader::class)

0 commit comments

Comments
 (0)