PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Denis Mysenko   Geographer   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Geographer
Get country and city names in multiples languages
Author: By
Last change:
Date: 7 years ago
Size: 868 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="tests/bootstrap.php" > <testsuites> <testsuite name="Geographer library Test Suite"> <directory suffix=".php">tests/Geographer/</directory> <exclude>tests/Geographer/Languages</exclude> </testsuite> </testsuites> <logging> <log type="coverage-clover" target="build/logs/clover.xml"/> </logging> <filter> <whitelist> <directory suffix=".php">src/</directory> </whitelist> </filter> </phpunit>