Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Jan 6, 2024
1 parent 46f86c1 commit d734dc8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
processIsolation="false"
stopOnFailure="false"
bootstrap="./tests/bootstrap.php"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
>
<coverage>
<coverage/>

<source>
<include>
<directory suffix=".php">./src/</directory>
</include>
</coverage>
</source>

<testsuites>
<testsuite name="cakephp-link-scanner Test Cases">
Expand Down

0 comments on commit d734dc8

Please sign in to comment.