PHP Classes

File: vendor/phpunit/php-token-stream/build/phpunit.xml

Recommend this page to a friend!
  Classes of Renato De Oliveira Lucena   PHP Pokemon Script   vendor/phpunit/php-token-stream/build/phpunit.xml   Download  
File: vendor/phpunit/php-token-stream/build/phpunit.xml
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: 479 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="../tests/bootstrap.php" verbode="true"> <testsuites> <testsuite name="php-token-stream"> <directory suffix="Test.php">../tests</directory> </testsuite> </testsuites> <filter> <whitelist addUncoveredFilesFromWhitelist="true"> <directory suffix=".php">../src</directory> </whitelist> </filter> </phpunit>