PHP Classes

File: libs/PHPWord-master/phpunit.xml.dist

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/PHPWord-master/phpunit.xml.dist   Download  
File: libs/PHPWord-master/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 970 bytes
 

Contents

Class file image Download
<phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="./tests/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false"> <testsuites> <testsuite name="PhpWord Test Suite"> <directory>./tests/PhpWord</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./src</directory> <exclude> <directory suffix=".php">./src/PhpWord/Shared/PCLZip</directory> </exclude> </whitelist> </filter> <logging> <log type="coverage-html" target="./build/coverage" charset="UTF-8" highlight="true" /> <log type="coverage-clover" target="./build/logs/clover.xml" /> </logging> </phpunit>