PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Michele Locati   Punic   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Punic
Localize numbers, dates, units using Unicode CLDR
Author: By
Last change:
Date: 10 years ago
Size: 1,122 bytes
 

Contents

Class file image Download
<phpunit bootstrap="./tests/bootstrap.php" > <testsuites> <testsuite name="Data tests"> <directory>./tests/Data/</directory> </testsuite> <testsuite name="Calendar tests"> <directory>./tests/Calendar/</directory> </testsuite> <testsuite name="Miscellaneous functions tests"> <directory>./tests/Misc/</directory> </testsuite> <testsuite name="Plural functions tests"> <directory>./tests/Plural/</directory> </testsuite> <testsuite name="Unit functions tests"> <directory>./tests/Unit/</directory> </testsuite> <testsuite name="Language functions tests"> <directory>./tests/Language/</directory> </testsuite> <testsuite name="Territory functions tests"> <directory>./tests/Territory/</directory> </testsuite> <testsuite name="Number functions tests"> <directory>./tests/Number/</directory> </testsuite> <testsuite name="Exceptions tests"> <directory>./tests/Exception/</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./code</directory> </whitelist> </filter> </phpunit>