Skip to content

flaviocopes/grav-plugin-shoppingcart

Repository files navigation

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.