PHP Classes

File: vendor/webmozart/assert/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Renato Lucena   PHP Pokemon Script   vendor/webmozart/assert/phpunit.xml.dist   Download  
File: vendor/webmozart/assert/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Pokemon Script
Provides an API to manage a database of Pokemons
Author: By
Last change:
Date: 6 years ago
Size: 446 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true"> <testsuites> <testsuite name="Webmozart Assert Test Suite"> <directory suffix="Test.php">./tests/</directory> </testsuite> </testsuites> <!-- Whitelist for code coverage --> <filter> <whitelist> <directory suffix=".php">./src/</directory> </whitelist> </filter> </phpunit>