PHP Classes

File: build/phpunit.xml

Recommend this page to a friend!
  Classes of T. H.   Druid PHP Client   build/phpunit.xml   Download  
File: build/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Druid PHP Client
Send queries to a Apache Druid service
Author: By
Last change:
Date: 4 years ago
Size: 947 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="../tests/bootstrap.php" backupGlobals="false" backupStaticAttributes="false" executionOrder="default" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" stopOnError="false" stopOnIncomplete="false" stopOnSkipped="false" stopOnRisky="false" timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60" verbose="true"> <testsuites> <testsuite name="phpunit"> <directory suffix="Test.php">../tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">../src</directory> </whitelist> </filter> </phpunit>