Turn on multisite flag

This commit is contained in:
Kelly Dwan 2019-11-15 16:54:59 -05:00
parent eda33e372b
commit c00d50a838
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,7 @@ sudo: required
dist: trusty dist: trusty
language: php language: php
php: 7.2 php: 7.2
env: WP_VERSION=latest WP_MULTISITE=0 WP_CORE_DIR=/tmp/wordpress env: WP_VERSION=latest WP_MULTISITE=1 WP_CORE_DIR=/tmp/wordpress
install: install:
- bash bin/install-wp-tests.sh wporg_5ftf_test root '' localhost $WP_VERSION - bash bin/install-wp-tests.sh wporg_5ftf_test root '' localhost $WP_VERSION

View file

@ -6,7 +6,9 @@
convertNoticesToExceptions="true" convertNoticesToExceptions="true"
convertWarningsToExceptions="true" convertWarningsToExceptions="true"
> >
<php>
<const name="WP_TESTS_MULTISITE" value="1" />
</php>
<testsuites> <testsuites>
<testsuite name="Five for the Future Plugin"> <testsuite name="Five for the Future Plugin">
<directory prefix="test-" suffix=".php"> <directory prefix="test-" suffix=".php">