Skip to content

Commit a6c91ec

Browse files
author
lestare
committed
MAGETWO-65403: [Backport] - [Performance] Add an opportunity to turn off swatches for category page - for 2.1.6
1 parent f014ce0 commit a6c91ec

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

dev/tests/functional/tests/app/Magento/Swatches/Test/Fixture/ConfigurableProduct.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/fixture.xsd">
9-
<fixture
10-
name="configurableProductSwatch"
11-
module="Magento_Swatches"
12-
class="Magento\Swatches\Test\Fixture\ConfigurableProduct"
13-
extends="\Magento\ConfigurableProduct\Test\Fixture\ConfigurableProduct"
14-
>
9+
<fixture name="configurableProductSwatch"
10+
module="Magento_Swatches"
11+
class="Magento\Swatches\Test\Fixture\ConfigurableProduct"
12+
extends="\Magento\ConfigurableProduct\Test\Fixture\ConfigurableProduct">
1513
</fixture>
1614
</config>

dev/tests/functional/utils/command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
if (isset($_GET['command'])) {
78
$command = urldecode($_GET['command']);
89
exec('php -f ../../../../bin/magento ' . $command);

0 commit comments

Comments
 (0)