Skip to content

humanmade/vip-mu-plugins-public

 
 

Repository files navigation

VIP MU Plugins Build Status

This is the complete MU plugins folder for the WordPress.com VIP next generation hosting platform.

Tests

To run PHP linting locally on OSX or Unix/Linux (no setup required, beyond having PHP CLI installed):

cd /path/to/mu-plugins/
make lint

To set up PHPUnit locally (requires a working WordPress development environment, specifically PHP and MySQL):

Notes:

  • You need to replace the %placeholder% strings below with sensible values
  • You DO need an empty DB, because the contents of this DB WILL get trashed during testing
./bin/install-wp-tests.sh %empty_DB_name% %db_user% %db_name%

To run PHPUnit tests locally:

phpunit

About

The MU plugins directory for WordPress.com VIP Go next generation hosting platform

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 48.5%
  • JavaScript 28.0%
  • HTML 15.5%
  • CSS 7.7%
  • Shell 0.1%
  • CoffeeScript 0.1%
  • Other 0.1%