This commit is contained in:
Cody Cook 2024-05-14 11:13:35 -07:00
commit eb57b93653
2 changed files with 108052 additions and 0 deletions

108042
phpunit.phar Normal file

File diff suppressed because one or more lines are too long

10
phpunit.xml Normal file
View file

@ -0,0 +1,10 @@
<phpunit bootstrap="vendor/autoload.php">
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="coverage.xml"/>
</logging>
</phpunit>