PHP Classes

File: tests/phpunit.xml

Recommend this page to a friend!
  Classes of Stefano Azzolini   PHP Murmurhash   tests/phpunit.xml   Download  
File: tests/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Murmurhash
Generate hash values of a string using Murmurhash
Author: By
Last change:
Date: 2 years ago
Size: 669 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="../vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" verbose="true" stopOnFailure="false" processIsolation="false" backupGlobals="false" syntaxCheck="true" columns="max" > <testsuites> <testsuite name="Murmur::Hash3 Test Suite"> <directory>./tests/cases</directory> </testsuite> </testsuites> <filter> <whitelist addUncoveredFilesFromWhitelist="true"> <directory suffix=".php">../src</directory> </whitelist> </filter> </phpunit>