PHP Classes

File: test/phpunit.xml

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis PHP CMS Analytics by Page   test/phpunit.xml   Download  
File: test/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Melis PHP CMS Analytics by Page
Melis CMS module to provide page access statistics
Author: By
Last change:
Date: 1 year ago
Size: 552 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="MelisCmsPageAnalyticsTest"> <directory suffix=".php">./MelisCmsPageAnalyticsTest</directory> </testsuite> </testsuites> </phpunit>