mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 11:03:43 +03:00
Turn on multisite flag
This commit is contained in:
parent
eda33e372b
commit
c00d50a838
|
@ -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
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
>
|
||||
|
||||
<php>
|
||||
<const name="WP_TESTS_MULTISITE" value="1" />
|
||||
</php>
|
||||
<testsuites>
|
||||
<testsuite name="Five for the Future Plugin">
|
||||
<directory prefix="test-" suffix=".php">
|
||||
|
|
Loading…
Reference in a new issue