PHP Classes

File: vendor/egulias/email-validator/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/egulias/email-validator/phpunit.xml.dist   Download  
File: vendor/egulias/email-validator/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: 668 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="vendor/autoload.php" > <testsuites> <testsuite name="EmailValidator Test Suite"> <directory>./Tests/EmailValidator</directory> <exclude>./vendor/</exclude> </testsuite> </testsuites> <filter> <blacklist> <directory>./vendor</directory> </blacklist> </filter> </phpunit>