Skip to content

Commit

Permalink
Restrict Blogs compoment endpoints tests to multisite config
Browse files Browse the repository at this point in the history
  • Loading branch information
imath committed Apr 16, 2024
1 parent d77c876 commit 1ac50a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<testsuites>
<testsuite name="unit">
<directory prefix="test-" suffix=".php">./tests/testcases/</directory>
<exclude>tests/testcases/blogs/test-controller.php</exclude>
<exclude>tests/testcases/attachments/test-blog-avatar-controller.php</exclude>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 1ac50a9

Please sign in to comment.