cfoellmann / vip-mu-plugins-public

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

Home Page:https://vip.wordpress.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://vip.wordpress.com/


Languages

Language:PHP 58.7%Language:JavaScript 31.2%Language:CSS 8.8%Language:HTML 1.0%Language:Shell 0.2%Language:Gherkin 0.1%Language:Makefile 0.0%Language:Ruby 0.0%Language:ApacheConf 0.0%Language:Smarty 0.0%