PHP Classes

File: includes/src/vendor/francium/process/phpunit.xml

Recommend this page to a friend!
  Classes of Subin Siby   Lobby   includes/src/vendor/francium/process/phpunit.xml   Download  
File: includes/src/vendor/francium/process/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lobby
Web OS to install and run Web applications
Author: By
Last change:
Date: 8 years ago
Size: 578 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="Francium Process Test Suite"> <directory suffix=".php">./tests/</directory> </testsuite> </testsuites> </phpunit>