PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Jose Luis Quintana   GImage PHP Canvas to Image   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GImage PHP Canvas to Image
Create and compose canvas images from other images
Author: By
Last change: PSR-2
Date: 7 years ago
Size: 366 bytes
 

Contents

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