APCu Test

About

This repository provides a test for the APCu Manager plugin.

Usage

  1. Download the release package.
  2. Install the plugin in WordPress.
  3. Open console to your hosting, step into the WordPress directory and run this command: wp apcu-test run
  4. Change the object cache setting in APCu Manager settings and run the command again.

Check for WordPress Coding Standards

Initialize

composer install

Run

vendor/bin/phpcs --extensions=php --ignore=*/vendor/* --standard=WordPress .

Repair

vendor/bin/phpcbf --extensions=php --ignore=*/vendor/* --standard=WordPress .