Skip to content

Commit

Permalink
[PWA-2549] Magento\GraphQl\Catalog\ProductSearchTest test fails (#22)
Browse files Browse the repository at this point in the history
* PWA-2549 WIP skip api tests

* PWA-2549 Remove sort plugin

* PWA-2549 Update deps
  • Loading branch information
Mikhaël Bois authored Jan 29, 2022
1 parent d881c3a commit bc519ce
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 168 deletions.
51 changes: 0 additions & 51 deletions CatalogGraphQlAux/Plugin/Aggregations.php

This file was deleted.

112 changes: 0 additions & 112 deletions CatalogGraphQlAux/Test/Unit/Plugin/AggregationsTest.php

This file was deleted.

3 changes: 0 additions & 3 deletions CatalogGraphQlAux/etc/graphql/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
</argument>
</arguments>
</type>
<type name="Magento\CatalogGraphQl\Model\Resolver\Aggregations">
<plugin name="aggregations-reorder" type="Magento\CatalogGraphQlAux\Plugin\Aggregations"/>
</type>
<type name="Magento\CatalogGraphQl\Model\Resolver\Products\Query\FieldSelection">
<plugin name="custom-attributes-fields" type="Magento\CatalogGraphQlAux\Plugin\Query\FieldSelection"/>
</type>
Expand Down
2 changes: 1 addition & 1 deletion QuoteGraphQlPwa/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-quote": "*",
"magento/module-quote-graph-ql": "*"
},
"suggest": {
Expand All @@ -26,4 +27,3 @@
}
}
}

2 changes: 1 addition & 1 deletion ReCaptchaPwa/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"require": {
"php": "~7.3.0||~7.4.0",
"magento/module-config": "*",
"magento/framework": "*"
},
"suggest": {
Expand All @@ -25,4 +26,3 @@
}
}
}

1 change: 1 addition & 0 deletions ReCaptchaPwa/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magento_ReCaptchaPwa">
<sequence>
<module name="Magento_Config"/>
<module name="Magento_ReCaptchaAdminUi"/>
<module name="Magento_ReCaptchaVersion2Checkbox"/>
<module name="Magento_ReCaptchaVersion2Invisible"/>
Expand Down

0 comments on commit bc519ce

Please sign in to comment.