PHP Classes

File: tests/phpunit.xml

Recommend this page to a friend!
  Classes of Martin Pircher   Skylable SX PHP Client   tests/phpunit.xml   Download  
File: tests/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: phpunit cfg
Class: Skylable SX PHP Client
Store and retrieve files in Skylable cloud cluster
Author: By
Last change:
Date: 9 years ago
Size: 1,402 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="./bootstrap.php" cacheTokens="false" colors="true" syntaxCheck="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" forceCoversAnnotation="false" mapTestClassNameToCoveredClassName="false" processIsolation="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader" timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60" verbose="false"> <testsuites> <testsuite name="Skylable SX PHP Test Suite"> <directory suffix="Test.php">../tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">../src/</directory> <exclude> <directory suffix=".php">../vendor/</directory> </exclude> </whitelist> <blacklist> <directory suffix=".php">../vendor/</directory> </blacklist> </filter> </phpunit>