PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Edgar Asatryan   PHP SVG Magick Library   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SVG Magick Library
Compose vectorial graphics in SVG format
Author: By
Last change:
Date: 7 years ago
Size: 694 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" bootstrap="tests/bootstrap.php" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false"> <testsuites> <testsuite name="Utilities"> <directory>tests/util</directory> </testsuite> <testsuite name="SVG"> <directory>tests/svg</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory>src/svg</directory> </whitelist> </filter> </phpunit>