PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Nguyen Duc Thuan   AWS SQS Wrapper   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: AWS SQS Wrapper
Publish and subscribe message queues using AWS SQS
Author: By
Last change: Introduce callbacks for subscriber
Date: 5 years ago
Size: 667 bytes
 

Contents

Class file image Download
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.5/phpunit.xsd" bootstrap="tests/bootstrap.php" cacheTokens="false" colors="true" > <testsuites> <testsuite name="unit"> <directory>tests/unit</directory> </testsuite> <testsuite name="integration"> <directory>tests/integration</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src/</directory> </whitelist> </filter> </phpunit>