PHP Classes

File: tests/phpunit.xml

Recommend this page to a friend!
  Classes of Daniel Costa   Dreamhost   tests/phpunit.xml   Download  
File: tests/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dreamhost
Manage Dreamhost hosting accounts using its API
Author: By
Last change: Update of tests/phpunit.xml
Date: 3 months ago
Size: 1,078 bytes
 

Contents

Class file image Download
<!-- a Courtesy of Respect/Foundation --> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="bootstrap.php" cacheTokens="true" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" mapTestClassNameToCoveredClassName="true" forceCoversAnnotation="true" processIsolation="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader" syntaxCheck="false" strict="false" verbose="false"> <filter> <whitelist addUncoveredFilesFromWhitelist="true"> <directory suffix=".php">../src/DanielCosta/</directory> </whitelist> </filter> <testsuite name="DanielCosta/Dreamhost Test Suite"> <directory suffix="Test.php" phpVersion="5.3.0" phpVersionOperator=">=">.</directory> </testsuite> </phpunit>