This repository provides a test for the APCu Manager plugin.
- Download the release package.
- Install the plugin in WordPress.
- Open console to your hosting, step into the WordPress directory and run this command:
wp apcu-test run - Change the object cache setting in APCu Manager settings and run the command again.
composer install
vendor/bin/phpcs --extensions=php --ignore=*/vendor/* --standard=WordPress .
vendor/bin/phpcbf --extensions=php --ignore=*/vendor/* --standard=WordPress .