PHP Classes

File: vendor/dnoegel/php-xdg-base-dir/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   vendor/dnoegel/php-xdg-base-dir/phpunit.xml.dist   Download  
File: vendor/dnoegel/php-xdg-base-dir/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change: Update of vendor/dnoegel/php-xdg-base-dir/phpunit.xml.dist
Date: 4 years ago
Size: 615 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" syntaxCheck="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>