woocommerce/unit-tests
Rodrigo Primo 10f55dbff4 Fix unit test suite in the Travis build jobs
This commit fixes a problem in the script that configures the
environment to run the unit tests in the Travis build jobs. The script
was not running `composer install` in the WooCommerce directory, leaving
it installation incomplete and thus the tests were failing.

To fix this problem, this commit adds a call to `composer install` right
after WooCommerce is downloaded in the setup script
(`unit-tests/bin/install.sh`).
2020-01-15 20:22:29 -03:00
..
Helpers Fixed WooCommerce 3.9 support 2019-12-05 22:03:03 -03:00
Tests Add unit test to test filtering by field when getting system status 2020-01-15 20:21:25 -03:00
bin Fix unit test suite in the Travis build jobs 2020-01-15 20:22:29 -03:00
data All tests passing 2019-06-10 16:32:12 +01:00
AbstractRestApiTest.php Update dist file and namespaces 2019-06-21 10:40:39 +01:00
Bootstrap.php Rename tests dir 2019-06-24 16:17:02 +01:00