File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
tests/app/Magento/Swatches/Test/Fixture Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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" >
15
13
</fixture >
16
14
</config >
Original file line number Diff line number Diff line change 3
3
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+
6
7
if (isset ($ _GET ['command ' ])) {
7
8
$ command = urldecode ($ _GET ['command ' ]);
8
9
exec ('php -f ../../../../bin/magento ' . $ command );
You can’t perform that action at this time.
0 commit comments