Skip to content

Commit

Permalink
minor #11722 [Documentation] fix typo in fixture docs (foxou33)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.7 branch.

Discussion
----------

Removed the word "extended" that was used twice

| Q               | A
| --------------- | -----
| Branch?         | 1.5
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

Commits
-------

e2bc751 [Documentation] fix typo in fixture docs
  • Loading branch information
pamil committed Aug 11, 2020
2 parents 51f3815 + e2bc751 commit 118559f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customization/fixtures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ How to customize fixtures for customized models?
The following example is based on `other example of extending an entity with a new field <https://github.com/Sylius/Customizations/pull/7>`_.
You can browse the full implementation of this example on `this GitHub Pull Request <https://github.com/Sylius/Customizations/pull/23>`__.

Let's suppose you have extended ``App\Entity\Shipping\ShippingMethod`` extended with a new field ``deliveryConditions``,
Let's suppose you have extended ``App\Entity\Shipping\ShippingMethod`` with a new field ``deliveryConditions``,
just like in the example mentioned above.

**1.** To cover that in fixtures, you will need to override the ``ShippingMethodExampleFactory`` and add this field:
Expand Down

0 comments on commit 118559f

Please sign in to comment.