Change for local tests
This commit is contained in:
parent
c48f50195a
commit
99fb7bd3cc
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
3
Makefile
3
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue