Skip to content

Commit c297123

Browse files
authored
Merge pull request #6 from BeAPI/fix/phpunit-multisite-config
Update PHPUnit configuration to run tests in multisite setup
2 parents 5e68d21 + 7a0ec8a commit c297123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
convertDeprecationsToExceptions="true"
99
>
1010
<php>
11+
<const name="WP_TESTS_MULTISITE" value="1" />
1112
<env name="WORDPRESS_TABLE_PREFIX" value="wptests_" />
1213
</php>
1314
<testsuites>

0 commit comments

Comments
 (0)