PHP Classes

File: tests/phpunit.xml

Recommend this page to a friend!
  Classes of Sergii Pryz   PHP Price Calculator   tests/phpunit.xml   Download  
File: tests/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Price Calculator
Calculate prices using arbitrary precision math
Author: By
Last change:
Date: 9 years ago
Size: 232 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="bootstrap.php"> <testsuites> <testsuite name="Application Test Suite"> <directory>./src</directory> </testsuite> </testsuites> </phpunit>