Skip to content

Commit

Permalink
bug #11333 [API] fix typo in services (AdamKasp)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.8-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | part of #11250 
| License         | MIT

To be consistent with the rest of services name


Commits
-------

478e789 [API] fix typo in services
  • Loading branch information
lchrusciel committed Apr 6, 2020
2 parents c4d93dc + 478e789 commit f1a71ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Sylius/Behat/Resources/config/services/api.xml
Expand Up @@ -67,7 +67,7 @@
<argument>product-reviews</argument>
</service>

<service id="sylius.behat.api_platform_client.products" class="Sylius\Behat\Client\ApiPlatformClient">
<service id="sylius.behat.api_platform_client.product" class="Sylius\Behat\Client\ApiPlatformClient">
<argument type="service" id="test.client" />
<argument type="service" id="sylius.behat.shared_storage" />
<argument>products</argument>
Expand Down
Expand Up @@ -59,7 +59,7 @@
</service>

<service id="sylius.behat.context.api.admin.managing_products" class="Sylius\Behat\Context\Api\Admin\ManagingProductsContext">
<argument type="service" id="sylius.behat.api_platform_client.products" />
<argument type="service" id="sylius.behat.api_platform_client.product" />
<argument type="service" id="sylius.behat.api_platform_client.administrator" />
<argument type="service" id="sylius.behat.api_platform_client.product_review" />
<argument type="service" id="Sylius\Behat\Client\ResponseCheckerInterface" />
Expand Down
Expand Up @@ -23,7 +23,7 @@
</service>

<service id="sylius.behat.context.api.shop.homepage" class="Sylius\Behat\Context\Api\Shop\HomepageContext">
<argument type="service" id="sylius.behat.api_platform_client.products" />
<argument type="service" id="sylius.behat.api_platform_client.product" />
<argument type="service" id="sylius.behat.api_platform_client.taxon" />
<argument type="service" id="Sylius\Behat\Client\ResponseCheckerInterface" />
<argument type="service" id="sylius.behat.shared_storage" />
Expand Down

0 comments on commit f1a71ca

Please sign in to comment.