PHP Classes

File: vendor/psy/psysh/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/psy/psysh/phpunit.xml.dist   Download  
File: vendor/psy/psysh/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 4 years ago
Size: 319 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" colors="true" bootstrap="vendor/autoload.php"> <testsuite name="PsySH"> <directory suffix="Test.php">./test</directory> </testsuite> <filter> <whitelist> <directory suffix=".php">./src/Psy</directory> </whitelist> </filter> </phpunit>