wearerequired / admin-menu-manager

Manage the WordPress admin menu using a simple drag & drop interface.
https://wordpress.org/plugins/admin-menu-manager/
GNU General Public License v2.0
61 stars 6 forks source link

Unit tests #22

Closed swissspidy closed 7 years ago

swissspidy commented 9 years ago

This would help a lot. Perhaps only PHPUnit tests in a first round, afterwards QUnit tests.

Maybe we can borrow some code to setup this from the grunt-wp-plugin repo?

swissspidy commented 9 years ago

Just rewrote this plugin to use the grunt-wp-plugin template. Nothing is holding us back now ;)

swissspidy commented 7 years ago

PHP coverage is already at 40% 💪

For JS, tests for the collections and models would be nice. Anything beyond that is just a bonus.