-
Notifications
You must be signed in to change notification settings - Fork 23
Testing Checklist
Allen Snook edited this page Jun 19, 2020
·
1 revision
WP_DEBUG
should be enabled at all times
- Run coding standards checks
npm run lint:php
- Run unit tests
npm run test:php
- Perform Recommended Manual Testing
- Ensure no notices or errors are logged to PHP error logs
WooCommerce is an open source eCommerce platform built for WordPress and lovingly crafted by Automattic and the WooCommerce community ❤