Skip to content

Commit

Permalink
xml update
Browse files Browse the repository at this point in the history
  • Loading branch information
conroyp committed Apr 25, 2024
1 parent fe7bd50 commit 5610cc2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd">
<testsuites>
<testsuite name="Rolling Average Collection Tests">
<directory>tests</directory>
<directory suffix=".php">./tests/Macros</directory>
</testsuite>
</testsuites>
<source>
<include>
<directory suffix=".php">src/</directory>
</include>
</source>
</phpunit>

0 comments on commit 5610cc2

Please sign in to comment.