PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Kamil   PHP REST Client Framework Control   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP REST Client Framework Control
Testing and validating REST services
Author: By
Last change:
Date: 6 years ago
Size: 521 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="./tests/TestsBootstrap.php"> <filter> <whitelist> <directory suffix=".php">./src/</directory> </whitelist> </filter> <testsuites> <testsuite name="Api tests"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> </phpunit>