Skip to content

Commit

Permalink
Exclude browser from phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
octoberapp committed Mar 28, 2023
1 parent 747b066 commit 0bc8ddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<testsuites>
<testsuite name="Plugin Unit Test Suite">
<directory>./tests</directory>
<exclude>./tests/browser</exclude>
</testsuite>
</testsuites>
<php>
Expand Down

0 comments on commit 0bc8ddf

Please sign in to comment.