Skip to content

megumi-wp-composer/wp-custom-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

megumi/wp-custom-login

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 [email protected]: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