PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Christiaan Baartse   Lua sandbox   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lua sandbox
Run Lua language code integrated with PHP code
Author: By
Last change: Update of phpunit.xml.dist
Date: 3 years ago
Size: 746 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html --> <phpunit backupGlobals = "false" backupStaticAttributes = "false" colors = "true" convertErrorsToExceptions = "true" convertNoticesToExceptions = "true" convertWarningsToExceptions = "true" processIsolation = "false" stopOnFailure = "false" syntaxCheck = "false" bootstrap = "vendor/autoload.php" > <testsuites> <testsuite name="UnitTests"> <directory>tests</directory> </testsuite> </testsuites> </phpunit>