tddwizard / magento2-fixtures

Fixture library for Magento 2 integration tests by @schmengler (@integer-net)
http://tddwizard.com/
MIT License
143 stars 28 forks source link

Add 'Sales' Builders #34

Closed moehrenzahn closed 4 years ago

moehrenzahn commented 4 years ago

Thie PR introduces the following Builders (plus Fixtures) for Entities provided by the Magento "Sales" module:

Usage examples are provided via tests and via additional sections in the README file.

schmengler commented 4 years ago

@mam08ixo is it possible to see a diff between the force pushed commits?

mam08ixo commented 4 years ago

@schmengler I only rebased current master. Actual changes will follow as separate commits as soon as the situation allows.

mam08ixo commented 4 years ago

@schmengler I set the amount of products as well as the cart item quantity to fixed values. I also added a usage example for withCart to the README section.