PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Hyyan Abo Fakher   Jaguar   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jaguar
Draw graphics and manipulate images
Author: By
Last change: Update of phpunit.xml.dist
Date: 2 months ago
Size: 390 bytes
 

Contents

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