PHP Classes

File: vendor/nikic/fast-route/phpunit.xml

Recommend this page to a friend!
  Classes of uche   Farm Price   vendor/nikic/fast-route/phpunit.xml   Download  
File: vendor/nikic/fast-route/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Farm Price
API to get the prices from agriculture markets
Author: By
Last change:
Date: 2 years ago
Size: 640 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" syntaxCheck="false" bootstrap="test/bootstrap.php" > <testsuites> <testsuite name="FastRoute Tests"> <directory>./test/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./src/</directory> </whitelist> </filter> </phpunit>