You must enable the WP_DEBUG constant in wp-config.php in order to run the Akismet unit tests.
Do not run this on a production site!
There is a risk of data loss or unintentional damage. The unit tests should return everything to its original state, but the nature of testing means things will sometimes go wrong.
Disable the WP cron job (define( 'DISABLE_WP_CRON', true ); in wp-config.php) or it might run during the tests and give you unexpected results.
These tests are intended to be run with Akismet 3.0+.
addFile(dirname(__FILE__) . '/new-tests.php'); ?>run(new HtmlReporter()); ?>