PHP Classes

File: modules/system/phpunit.xml

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/phpunit.xml   Download  
File: modules/system/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 456 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" > <testsuites> <testsuite name="Winter System Module"> <directory>./tests</directory> </testsuite> </testsuites> </phpunit>