PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Jon Lawrence   Equation Operating System   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: For testing
Class: Equation Operating System
Solve equations with multiple variables
Author: By
Last change:
Date: 8 years ago
Size: 569 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false"> <testsuites> <testsuite name="EOS Test Suite"> <directory suffix=".php">./tests/unit/</directory> </testsuite> </testsuites> </phpunit>