PHP Classes

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

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Simple PHP Chat with Websocket   vendor/ratchet/rfc6455/phpunit.xml.dist   Download  
File: vendor/ratchet/rfc6455/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: 15 hours ago
Size: 676 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="tests"> <directory>tests</directory> <exclude> <directory>test/ab</directory> </exclude> </testsuite> </testsuites> <filter> <whitelist> <directory>./src/</directory> </whitelist> </filter> </phpunit>