PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Alexander Kiryukhin   PHP Math Expression Evaluator   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Math Expression Evaluator
Parse and evaluate strings with math expressions
Author: By
Last change: Update of phpunit.xml.dist
Date: 2 months ago
Size: 447 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" colors="true" processIsolation="false" stopOnFailure="false" bootstrap="./tests/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"> <testsuites> <testsuite name="Math Executor tests"> <directory>./tests/</directory> </testsuite> </testsuites> </phpunit>