PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   PHP Get Currency Symbol   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Get Currency Symbol
Get the symbol of any given currency
Author: By
Last change:
Date: 4 years ago
Size: 236 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true"> <testsuites> <testsuite name="unit"> <directory>tests</directory> </testsuite> </testsuites> </phpunit>