PHP Classes

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

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   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: Chatto PHP Websocket Chat System
Websocket based chat system using Ratchet library
Author: By
Last change:
Date: 3 years 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>