PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Temuri Takalandze   PHP NBG Currency   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP NBG Currency
Get currency values from National Bank of Georgia
Author: By
Last change:
Date: 3 years ago
Size: 315 bytes
 

Contents

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