PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Dariusz   Intercom PHP Class   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Intercom PHP Class
Wrapper to access the Intercom API
Author: By
Last change:
Date: 4 years ago
Size: 455 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="tests/bootstrap.php" colors="true"> <testsuites> <testsuite name="Hello World Test Suite"> <directory>./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./tests</directory> </exclude> </whitelist> </filter> </phpunit>