Skip to content

Commit 53b2f14

Browse files
author
Roman Ganin
committed
MAGETWO-33403: Fix integration test for performance toolkit
- disabled changing php limits in minifier library
1 parent b0b5e97 commit 53b2f14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/etc/di.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,4 +556,9 @@
556556
</argument>
557557
</arguments>
558558
</type>
559+
<type name="CSSmin">
560+
<arguments>
561+
<argument name="raise_php_limits" xsi:type="boolean">false</argument>
562+
</arguments>
563+
</type>
559564
</config>

0 commit comments

Comments
 (0)