1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00

Change for local tests

This commit is contained in:
dima-uryvskiy 2021-03-11 13:07:22 +03:00
parent c48f50195a
commit 99fb7bd3cc
2 changed files with 4 additions and 3 deletions

View file

@ -5,8 +5,8 @@ DB_PASS=wc_retailcrm
DB_HOST=mysql
# WordPress and WooCommerce versions
WP_VERSION=4.4
WC_VERSION=3.0.0
WP_VERSION=5.3
WC_VERSION=3.9.0
# Enable this in order to pipe all module log messages (including debug ones) to STDOUT.
MODULE_LOGS_TO_STDOUT=0

View file

@ -33,7 +33,8 @@ install:
test:
phpunit -c phpunit.xml.dist
local_test: install
local_test:
bash tests/bin/install.sh $(DB_NAME) $(DB_USER) $(DB_HOST) $(WP_VERSION) $(WC_VERSION) $(DB_PASS) $(SKIP_DB_CREATE)
phpunit -c phpunit.xml.dist
run_tests: