Remove phpunit.phar; fix test case file
This commit is contained in:
parent
eb57b93653
commit
91dc776e4d
4 changed files with 27 additions and 108052 deletions
10
phpunit.xml.bak
Normal file
10
phpunit.xml.bak
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