PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Wolfy-J   goridge   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: goridge
Run Golang code from PHP calling its RPC server
Author: By
Last change: release 2.0.0
Date: 6 years ago
Size: 695 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" stopOnError="false" syntaxCheck="true" stderr="true" > <testsuites> <testsuite name="Goridge Tests"> <directory>./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>source</directory> </whitelist> </filter> </phpunit>