megumi/wp-custom-login

0.1.0 2015-08-16 16:21 UTC

This package is not auto-updated.

Last update: 2025-07-05 22:15:23 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Installation

Create a composer.json in your project root.

{
    "require": {
        "megumi/wp-custom-login": "*"
    }
}

Contributing

Clone this project.

$ git clone git@github.com:megumi-wp-composer/wp-custom-login.git

Run testing

Initialize the testing environment locally:

(you'll need to already have mysql, svn and wget available)

$ bash bin/install-wp-tests.sh wordpress_test root '' localhost latest

Install phpunit.

$ composer install

The unit test files are in the tests/ directory.

To run the unit tests, just execute:

$ phpunit

Issue

https://github.com/megumi-wp-composer/wp-custom-login/issues