PHP Classes

File: vendor/jdorn/sql-formatter/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/jdorn/sql-formatter/phpunit.xml.dist   Download  
File: vendor/jdorn/sql-formatter/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 529 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true"> <testsuites> <testsuite name="SqlFormatter"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./tests</directory> <directory>./vendor</directory> <directory>./examples</directory> </exclude> </whitelist> </filter> </phpunit>