PHPUnit
This commit is contained in:
parent
cee7d634cd
commit
eb57b93653
2 changed files with 108052 additions and 0 deletions
108042
phpunit.phar
Normal file
108042
phpunit.phar
Normal file
File diff suppressed because one or more lines are too long
10
phpunit.xml
Normal file
10
phpunit.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue