PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Selective PHP Image Manipulation   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Selective PHP Image Manipulation
Perform several types of image manipulation
Author: By
Last change:
Date: 1 year ago
Size: 637 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true" backupGlobals="false" backupStaticAttributes="false" syntaxCheck="false"> <testsuites> <testsuite name="Tests"> <directory suffix="Test.php">tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="false"> <directory suffix=".php">src</directory> <exclude> <directory>vendor</directory> <directory>build</directory> </exclude> </whitelist> </filter> </phpunit>