PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Marcelo Rocha   Email Reader   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Email Reader
Retrieve email messages from POP3 or IMAP mailbox
Author: By
Last change: Update of phpunit.xml
Date: 2 months ago
Size: 586 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false"> <testsuites> <testsuite name="Time Card MD Test Suite"> <directory suffix=".php">./tests/EmailMD/Case/</directory> </testsuite> </testsuites> </phpunit>