Skip to content

Commit bc519ce

Browse files
author
Mikhaël Bois
authored
[PWA-2549] Magento\GraphQl\Catalog\ProductSearchTest test fails (#22)
* PWA-2549 WIP skip api tests * PWA-2549 Remove sort plugin * PWA-2549 Update deps
1 parent d881c3a commit bc519ce

File tree

6 files changed

+3
-168
lines changed

6 files changed

+3
-168
lines changed

CatalogGraphQlAux/Plugin/Aggregations.php

-51
This file was deleted.

CatalogGraphQlAux/Test/Unit/Plugin/AggregationsTest.php

-112
This file was deleted.

CatalogGraphQlAux/etc/graphql/di.xml

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
</argument>
1414
</arguments>
1515
</type>
16-
<type name="Magento\CatalogGraphQl\Model\Resolver\Aggregations">
17-
<plugin name="aggregations-reorder" type="Magento\CatalogGraphQlAux\Plugin\Aggregations"/>
18-
</type>
1916
<type name="Magento\CatalogGraphQl\Model\Resolver\Products\Query\FieldSelection">
2017
<plugin name="custom-attributes-fields" type="Magento\CatalogGraphQlAux\Plugin\Query\FieldSelection"/>
2118
</type>

QuoteGraphQlPwa/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"require": {
1313
"php": "~7.3.0||~7.4.0",
1414
"magento/framework": "*",
15+
"magento/module-quote": "*",
1516
"magento/module-quote-graph-ql": "*"
1617
},
1718
"suggest": {
@@ -26,4 +27,3 @@
2627
}
2728
}
2829
}
29-

ReCaptchaPwa/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"require": {
1313
"php": "~7.3.0||~7.4.0",
14+
"magento/module-config": "*",
1415
"magento/framework": "*"
1516
},
1617
"suggest": {
@@ -25,4 +26,3 @@
2526
}
2627
}
2728
}
28-

ReCaptchaPwa/etc/module.xml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
1010
<module name="Magento_ReCaptchaPwa">
1111
<sequence>
12+
<module name="Magento_Config"/>
1213
<module name="Magento_ReCaptchaAdminUi"/>
1314
<module name="Magento_ReCaptchaVersion2Checkbox"/>
1415
<module name="Magento_ReCaptchaVersion2Invisible"/>

0 commit comments

Comments
 (0)