PHP Classes

File: includes/src/vendor/rmccue/requests/tests/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Subin Siby   Lobby   includes/src/vendor/rmccue/requests/tests/phpunit.xml.dist   Download  
File: includes/src/vendor/rmccue/requests/tests/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lobby
Web OS to install and run Web applications
Author: By
Last change:
Date: 7 years ago
Size: 911 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="bootstrap.php"> <testsuites> <testsuite name="Authentication"> <directory suffix=".php">Auth</directory> </testsuite> <testsuite name="Transports"> <directory suffix=".php">Transport</directory> </testsuite> <testsuite name="General"> <file>ChunkedEncoding.php</file> <file>Cookies.php</file> <file>IDNAEncoder.php</file> <file>IRI.php</file> <file>Requests.php</file> <file>Response/Headers.php</file> <file>SSL.php</file> </testsuite> </testsuites> <logging> <log type="coverage-html" target="coverage" title="PHPUnit" charset="UTF-8" yui="true" highlight="true" lowUpperBound="35" highLowerBound="90"/> </logging> <filter> <blacklist> <directory suffix=".php">.</directory> </blacklist> <whitelist> <directory suffix=".php">../library</directory> </whitelist> </filter> </phpunit>