Skip to content

Commit

Permalink
ci phpunit excluison test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaudeau Pierre committed Aug 31, 2021
1 parent 1bef795 commit adad356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Expand Up @@ -17,6 +17,7 @@
<testsuite name="Project Test Suite">
<directory>tests</directory>
<directory phpVersion="8.0" phpVersionOperator=">=">tests/Metadata/Resource/Factory</directory>
<directory phpVersion="7.4" phpVersionOperator=">=">tests/Core/Bridge/ElasticSearch</directory>
<exclude>tests/Metadata/Resource/Factory</exclude>
</testsuite>
</testsuites>
Expand Down

0 comments on commit adad356

Please sign in to comment.