PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Walk   PHP Math Formula Parser   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Math Formula Parser
Parse and evaluate formulas with variables
Author: By
Last change:
Date: 5 years ago
Size: 380 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" bootstrap="vendor/autoload.php" beStrictAboutTestsThatDoNotTestAnything="true" > <php> <ini name="error_reporting" value="-1" /> </php> <testsuites> <testsuite name="Project Test Suite"> <directory>tests</directory> </testsuite> </testsuites> </phpunit>