mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Action Scheduler tests
To run unit tests:
-
Make sure that PHPUnit is installed by running:
$ composer install -
Install WordPress and the WP Unit Test lib using the
install.shscript:$ tests/bin/install.sh <db-name> <db-user> <db-password> [db-host] [wp-version] [skip-database-creation]
You may need to quote strings with backslashes to prevent them from being processed by the shell or other programs.
Then, to run the tests:
$ composer run test