PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
cloudinary
/
cloudinary_php
<?xml version="1.0" encoding="UTF-8"?> <!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html --> <phpunit backupGlobals = "false" backupStaticAttributes = "false" colors = "true" convertErrorsToExceptions = "true" convertNoticesToExceptions = "true" convertWarningsToExceptions = "true" processIsolation = "false" stopOnFailure = "false" syntaxCheck = "false" > <testsuites> <testsuite name="Unit"> <directory>tests/Unit</directory> </testsuite> <testsuite name="Integration"> <directory>tests/Integration</directory> </testsuite> </testsuites> <filter> <blacklist> <directory suffix=".php">./vendor</directory> </blacklist> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src</directory> </whitelist> </filter> </phpunit>
[+]
samples
[-] composer.json
[edit]
[-] phpunit.xml
[edit]
[+]
.github
[+]
..
[-] CONTRIBUTING.md
[edit]
[+]
tests
[-] DEVELOPER_GUIDELINE.md
[edit]
[-] .gitignore
[edit]
[-] RoboFile.php
[edit]
[+]
tools
[-] .htaccess
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]
[+]
docs
[-] phpcs.xml
[edit]
[-] LICENSE
[edit]
[+]
src
[-] CHANGELOG.md
[edit]