Skip to content

Commit

Permalink
fix: phpunit.xml.dist validation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmellor committed Mar 17, 2024
1 parent abc129b commit 3cb3f35
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@
colors="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
>
<source>
<include>
<directory>src/</directory>
</include>
</source>
<testsuites>
<testsuite name="Test Suite">
<directory>tests</directory>
<directory>./src</directory>
<directory>./tests</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 3cb3f35

Please sign in to comment.