PHP Classes

File: vendor/cboden/ratchet/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Simple PHP Chat with Websocket   vendor/cboden/ratchet/phpunit.xml.dist   Download  
File: vendor/cboden/ratchet/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Chat with Websocket
Implements a chat system using Websockets
Author: By
Last change:
Date: 21 days ago
Size: 703 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit forceCoversAnnotation="true" mapTestClassNameToCoveredClassName="true" bootstrap="tests/bootstrap.php" colors="true" backupGlobals="false" backupStaticAttributes="false" syntaxCheck="false" stopOnError="false" > <testsuites> <testsuite name="unit"> <directory>./tests/unit/</directory> </testsuite> </testsuites> <testsuites> <testsuite name="integration"> <directory>./tests/integration/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./src/</directory> </whitelist> </filter> </phpunit>