PATH:
home
/
thecwrif
/
public_html
/
wp-content
/
plugins
/
w3-total-cache
/
vendor
/
guzzlehttp
/
psr7
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="true" colors="true" beStrictAboutOutputDuringTests="true" beStrictAboutTestsThatDoNotTestAnything="true" bootstrap="vendor/autoload.php" > <testsuites> <testsuite name="GuzzleHttp PSR7 Test Suite"> <directory>tests/</directory> <exclude>tests/Integration</exclude> </testsuite> <testsuite name="Integration"> <directory>tests/Integration</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src/</directory> </whitelist> </filter> </phpunit>
[+]
src
[-] .php_cs.dist
[edit]
[-] composer.json
[edit]
[-] .editorconfig
[edit]
[-] README.md
[edit]
[-] Makefile
[edit]
[-] .travis.yml
[edit]
[+]
..
[+]
tests
[-] phpunit.xml.dist
[edit]
[-] .gitattributes
[edit]
[-] CHANGELOG.md
[edit]
[+]
.github
[-] LICENSE
[edit]