PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Shashwat Mishra   R8 PHP Review System   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: R8 PHP Review System
Add reviews, ratings and recommendations to a site
Author: By
Last change:
Date: 3 years ago
Size: 578 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="vendor/autoload.php" > <testsuites> <testsuite name="php-xdg-base-dir unit tests"> <directory>./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./src/</directory> </whitelist> </filter> </phpunit>