PHP Classes

File: test/tpl/phpunitxmlTemplate

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis PHP CMS Skeleton   test/tpl/phpunitxmlTemplate   Download  
File: test/tpl/phpunitxmlTemplate
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Melis PHP CMS Skeleton
Setup the Melis CMS application on a given domain
Author: By
Last change:
Date: 4 years ago
Size: 530 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="Bootstrap.php" cbackupStaticAttributes="false" colors="true" convertErrorsToExceptions="false" convertNoticesToExceptions="false" convertWarningsToExceptions="false" processIsolation="false" stopOnFailure="false" syntaxCheck="false"> <testsuites> <testsuite name="{{moduleName}}"> <directory suffix=".php">./{{moduleName}}</directory> </testsuite> </testsuites> </phpunit>