PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
league
/
oauth1-client
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="./phpunit.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" verbose="true" > <testsuites> <testsuite name="oauth1-client/tests"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./src</directory> </whitelist> </filter> <logging> <log type="coverage-text" target="php://stdout" showUncoveredFiles="true"/> <log type="coverage-clover" target="coverage.xml" showUncoveredFiles="true"/> </logging> </phpunit>
[-] phpunit.php
[edit]
[-] phpstan.neon
[edit]
[-] composer.json
[edit]
[-] phpunit.xml
[edit]
[+]
..
[-] CONTRIBUTING.md
[edit]
[-] .scrutinizer.yml
[edit]
[-] CONDUCT.md
[edit]
[+]
tests
[-] rfc5849.txt
[edit]
[+]
resources
[-] .gitignore
[edit]
[-] .php_cs.dist
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]
[-] LICENSE
[edit]
[+]
src
[-] CHANGELOG.md
[edit]