You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- composer global require --dev "phpunit/phpunit=${PHPUNIT_VERSION}"
Additionally, the test file does not include any multisite tests. I think that all unit test with WP_MULTISITE=1 are duplicates of their WP_MULTISITE=0 versions and should be removed as they increase Travis build times and unnecessarily use Travis resources.
The text was updated successfully, but these errors were encountered:
The Travis contains a
WP_MULTISITE=1
variable for both the matrix environment variables and the include environment variables.wp-bootstrap-navwalker/.travis.yml
Lines 15 to 17 in c856e94
wp-bootstrap-navwalker/.travis.yml
Lines 28 to 31 in c856e94
While the other variables,
WP_VERSION
andPHPUNIT_VERSION
, are used, I don't see thatWP_MULTISITE
is used anywhere.wp-bootstrap-navwalker/.travis.yml
Lines 65 to 67 in c856e94
Additionally, the test file does not include any multisite tests. I think that all unit test with
WP_MULTISITE=1
are duplicates of theirWP_MULTISITE=0
versions and should be removed as they increase Travis build times and unnecessarily use Travis resources.The text was updated successfully, but these errors were encountered: