Fix paths

This commit is contained in:
Mike Jolley 2019-06-25 16:20:26 +01:00
parent 370d6c1a04
commit 53fccbbf7d
2 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -26,7 +26,7 @@ Thumbs.db
# Unit tests
/tmp
/tests/bin/tmp
/unit-tests/bin/tmp
# Logs
/logs

View File

@ -20,8 +20,8 @@ before_script:
- composer install
- composer global require "phpunit/phpunit=4.8.*|6.5.*"
- composer require woocommerce/woocommerce-sniffs
- bash tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
- bash unit-tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
script:
- bash tests/bin/phpunit.sh
- bash tests/bin/phpcs.sh
- bash unit-tests/bin/phpunit.sh
- bash unit-tests/bin/phpcs.sh