Skip to content

Commit

Permalink
Remove tests filter
Browse files Browse the repository at this point in the history
Redundant. Just use test suites
  • Loading branch information
XedinUnknown committed Oct 27, 2020
1 parent 9a35426 commit 1e45542
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,4 @@
<directory suffix="Test.php">tests/php/Functional</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./inc</directory>
<directory suffix=".php">./src</directory>
<file>./</file>
</whitelist>
</filter>
</phpunit>

0 comments on commit 1e45542

Please sign in to comment.