diff --git a/contributing.md b/contributing.md index 3e4a53471..d33f9a3e7 100644 --- a/contributing.md +++ b/contributing.md @@ -60,6 +60,9 @@ We use npm as the canonical task runner for the project. The following commands - `npm run test-xdebug` will run the PHPunit tests with Xdebug enabled. - `npm run switch-to:php7.4` and `npm run switch-to:php8.2` will switch you to either PHP 7.4 or PHP 8.2 - `npm run document:connectors` generates [connectors.md](connectors.md). This runs via your local php. +- `npm run large-log-tables:generate` inserts ~1.6M rows to `wp_stream` and ~8.4M rows to `wp_streammeta` for testing +- `npm run large-log-tables:remove` removes the test data only +- `npm run large-log-tables:show` shows how much test data is in the tables, this does not include non-test entries By default, tests have `WP_DEBUG` as false. You can override this if necessary by setting `WP_STREAM_TEST_DEBUG` to "yes".