PHP Classes

File: vendor/symfony/swiftmailer-bundle/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/swiftmailer-bundle/phpunit.xml.dist   Download  
File: vendor/symfony/swiftmailer-bundle/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: 574 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="SwiftmailerBundle for the Symfony Framework"> <directory>./Tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>.</directory> <exclude> <directory>./Resources</directory> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </whitelist> </filter> </phpunit>