PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change: Update of phpunit.xml.dist
Date: 11 days ago
Size: 963 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="src/testing-preamble.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" failOnRisky="true" failOnWarning="true" processIsolation="false" stopOnError="false" stopOnFailure="false" syntaxCheck="true" > <testsuites> <testsuite name="Unit Tests"> <directory suffix="Test.php">./test/unit</directory> </testsuite> <testsuite name="Integration Tests"> <directory suffix="Test.php">./test/integration</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src</directory> </whitelist> </filter> </phpunit>