PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Andrey Postal   PHP JSON Handler   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON Handler
Process value objects to convert to JSON format
Author: By
Last change:
Date: 13 days ago
Size: 607 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticProperties="false" defaultTestSuite="Test Suite" colors="true" processIsolation= "false" stopOnFailure="false" bootstrap = "tests/bootstrap.php" > <testsuites> <testsuite name="Test Suite"> <directory>tests</directory> <exclude>src/</exclude> </testsuite> </testsuites> <coverage includeUncoveredFiles="false"/> <source> <include> <directory suffix=".php">src/</directory> </include> </source> </phpunit>