Ensure that post types and taxonomies are reset between multisite tests.

This is a port of [29869] to multisite.xml.

See #29827.

git-svn-id: https://develop.svn.wordpress.org/trunk@29954 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Boone Gorges 2014-10-18 02:31:46 +00:00
parent 17183e4e71
commit fd7d38ec3b
1 changed files with 3 additions and 0 deletions

View File

@ -25,4 +25,7 @@
<group>ajax</group>
</exclude>
</groups>
<php>
<const name="WP_RUN_CORE_TESTS" value="1" />
</php>
</phpunit>