fcog/helper-functions

WP Helper functions for the Lean Theme

dev-master 2018-10-11 04:39 UTC

This package is not auto-updated.

Last update: 2024-05-10 06:27:52 UTC


README

Testing Installation

Install PHPUnit

Run the following to create a DB for tests

bin/install-wp-tests.sh <db-name> <db-user> <db-pass> [db-host] [wp-version] [skip-database-creation]

Testing

phpunit

PHP Linter Installation

composer install

PHP Linter

composer lint