PHP Classes

File: vendor/jakub-onderka/php-console-color/phpunit.xml

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   vendor/jakub-onderka/php-console-color/phpunit.xml   Download  
File: vendor/jakub-onderka/php-console-color/phpunit.xml
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/jakub-onderka/php-console-color/phpunit.xml
Date: 4 years ago
Size: 396 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="./vendor/autoload.php"> <testsuites> <testsuite> <directory suffix="Test.php">tests</directory> </testsuite> </testsuites> <!-- Ignore vendor folder for code coverage --> <filter> <blacklist> <directory>vendor</directory> </blacklist> </filter> </phpunit>