Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 663 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 663 Bytes

Grav Shopping Cart Plugin

Join the chat at https://gitter.im/flaviocopes/grav-plugin-shoppingcart

Refer to the documentation on the Shopping Cart Plugin site

Running Tests

JavaScript tests

Run cd tests/js and then mocha

PHP tests

Run composer update to install the testing dependencies. Then run composer test in the root folder Then, run composer update --no-dev to uninstall the testing dependencies.