```
Example:
```bash
$ ./bin/install-wp-tests.sh wordpress_tests root root localhost
```
This script installs the test dependencies into your system's temporary directory and also creates a test database.
You can also specify the path to their directories by setting the following environment variables:
- `WP_TESTS_DIR`: WordPress Unit Test lib directory
- `WP_CORE_DIR`: WordPress core directory
- `WC_DIR`: WooCommerce directory
### Running Tests
Change to the plugin root directory and type:
```bash
$ vendor/bin/phpunit
```
The tests will execute, and you'll be presented with a summary.
Made with 💜 by WooCommerce.
We're hiring! Come work with us!