insideout10 / helixware-plugin

HelixWare WordPress plugin
4 stars 5 forks source link

Build Status Code Rewview

HelixWare plugin

A plugin to turn WordPress into a video site.

Unit Tests

Requirements:

Install required libraries:

composer install

If you encounter issues installing phpunit/selenium try running this command:

composer update --prefer-source phpunit/phpunit-selenium

(for more information see https://github.com/giorgiosironi/phpunit-selenium/issues/321#issuecomment-53419629)

Configure the SauceLabs account:

vendor/bin/sauce_config <username> <api-key>

Drop any existing test database:

mysqladmin -u root drop wordpress_test

Install the WordPress test suite running the following command.

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