Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 457 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 457 Bytes

Technical Test

Command that count total price of an orders with given XML file.

Command name:

  • acme:discount

Usage:

  • php app/console acme:discount src/Acme/DemoBundle/Tests/Command/Fixtures/test_1.xml
  • php app/console acme:discount src/Acme/DemoBundle/Tests/Command/Fixtures/test_2.xml
  • php app/console acme:discount src/Acme/DemoBundle/Tests/Command/Fixtures/test_3.xml

To run behat tests simply use

  • bin/behat