PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Unay Santisteban   PHP REST Client Class   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP REST Client Class
Send REST request to a HTTP server
Author: By
Last change: ResponseTest added.
ConfigurationTest fixed.
More tests added.
More tests added for modules.
Date: 6 years ago
Size: 792 bytes
 

Contents

Class file image Download
<phpunit bootstrap="vendor/autoload.php"> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src/</directory> </whitelist> </filter> <testsuites> <testsuite name="Base"> <file>tests/ConfigurationTest.php</file> <file>tests/ErrorTest.php</file> <file>tests/ResponseTest.php</file> <file>tests/HeadersTest.php</file> <file>tests/RestTest.php</file> <file>tests/QuickCallsTest.php</file> </testsuite> <testsuite name="Modules"> <file>tests/EncodersTest.php</file> <file>tests/DecodersTest.php</file> <file>tests/ModulesTest.php</file> </testsuite> </testsuites> </phpunit>