Change for local tests
This commit is contained in:
parent
4ab7311435
commit
adfc893c95
@ -5,8 +5,8 @@ DB_PASS=wc_retailcrm
|
|||||||
DB_HOST=mysql
|
DB_HOST=mysql
|
||||||
|
|
||||||
# WordPress and WooCommerce versions
|
# WordPress and WooCommerce versions
|
||||||
WP_VERSION=4.4
|
WP_VERSION=5.3
|
||||||
WC_VERSION=3.0.0
|
WC_VERSION=3.9.0
|
||||||
|
|
||||||
# Enable this in order to pipe all module log messages (including debug ones) to STDOUT.
|
# Enable this in order to pipe all module log messages (including debug ones) to STDOUT.
|
||||||
MODULE_LOGS_TO_STDOUT=0
|
MODULE_LOGS_TO_STDOUT=0
|
||||||
|
3
Makefile
3
Makefile
@ -33,7 +33,8 @@ install:
|
|||||||
test:
|
test:
|
||||||
phpunit -c phpunit.xml.dist
|
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
|
phpunit -c phpunit.xml.dist
|
||||||
|
|
||||||
run_tests:
|
run_tests:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user