Configure acceptance tests to run on test domain
[MQ-99]
This commit is contained in:
committed by
M. Shull
parent
ba255a9e87
commit
6be3c9d9f7
@ -28,7 +28,7 @@ if ! $(wp-su core is-installed); then
|
||||
|
||||
echo "Running in single site mode"
|
||||
|
||||
wp-su core install --url=wordpress --title=tests --admin_user=admin --admin_email=test@test.com
|
||||
wp-su core install --url=test.localhost --title=tests --admin_user=admin --admin_email=test@test.com
|
||||
|
||||
cp /project/tests/_data/acceptanceDump.sql /project/tests/_data/acceptanceGenerated.sql
|
||||
|
||||
|
Reference in New Issue
Block a user