Skip to content

Commit

Permalink
excluded test for deprecated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexej Kossmann committed Jun 28, 2021
1 parent 0ed1dd0 commit c70f436
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@
<testsuites>
<testsuite name="Unit Tests">
<directory>./tests</directory>
<exclude>./tests/Backend</exclude>
<exclude>./tests/Choice</exclude>
<exclude>./tests/Config</exclude>
<exclude>./tests/ContaoManager</exclude>
<exclude>./tests/DependencyInjection</exclude>
<exclude>./tests/Filter/Type</exclude>
<exclude>./tests/Model</exclude>
<exclude>./tests/Module</exclude>
<exclude>./tests/Utils</exclude>
</testsuite>
</testsuites>

Expand Down

0 comments on commit c70f436

Please sign in to comment.