PHP Classes

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

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   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: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change: Update of vendor/egulias/email-validator/phpunit.xml.dist
Date: 4 years ago
Size: 741 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" bootstrap="vendor/autoload.php" > <testsuites> <testsuite name="EmailValidator Test Suite"> <directory>./Tests/EmailValidator</directory> <exclude>./vendor/</exclude> </testsuite> </testsuites> <filter> <whitelist> <directory>./EmailValidator/</directory> </whitelist> </filter> <listeners> <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" /> </listeners> </phpunit>