Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 389 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 389 Bytes

Grav Shopping Cart Plugin

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.