This modules injects a form with a billing address into to wizard entering a job posting. In addition admins can export orders as a csv via the command line.
Build status:
running YAWIK
Using composer
composer require yawik/orders
Documentation is build via:
mkdocs gh-deploy --remote-branch gh-pages
https://yawik.github.io/Orders/
- Clone project
$ git clone [email protected]:yawik/Orders.git /path/to/orders
- Install dependencies:
$ composer install
- Run PHPUnit Tests
$ ./vendor/bin/phpunit
- Run Behat Tests
# start selenium
$ composer run start-selenium --timeout=0
# start php server
$ composer run serve --timeout=0
# run behat
$ ./vendor/bin/behat
MIT