Skip to content

Commit

Permalink
Merge pull request #1014 from WordPress/fix/test-suite-for-multisite
Browse files Browse the repository at this point in the history
Co-authored-by: mukeshpanchal27 <mukesh27@git.wordpress.org>
Co-authored-by: thelovekesh <thelovekesh@git.wordpress.org>
  • Loading branch information
3 people authored Feb 26, 2024
2 parents d20057d + 0211a2a commit 082a106
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/multisite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
<const name="WP_TESTS_MULTISITE" value="1" />
</php>
<testsuites>
<testsuite name="default">
<testsuite name="performance-lab">
<directory suffix=".php">./</directory>
<exclude>./utils</exclude>
<exclude>./utils</exclude>
<exclude>./plugins</exclude>
</testsuite>
<testsuite name="auto-sizes">
<directory suffix=".php">./plugins/auto-sizes</directory>
</testsuite>
</testsuites>
<groups>
Expand Down

0 comments on commit 082a106

Please sign in to comment.