From c00d50a838357dbf7ed443f18a8b0b2380b81275 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Fri, 15 Nov 2019 16:54:59 -0500 Subject: [PATCH] Turn on multisite flag --- .travis.yml | 2 +- phpunit.xml.dist | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8aafb5d..5dcc85c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: required dist: trusty language: php 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: - bash bin/install-wp-tests.sh wporg_5ftf_test root '' localhost $WP_VERSION diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 747a336..bc3f08f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -6,7 +6,9 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" > - + + +