PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   WP Emailer   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WP Emailer
Allow WordPress users to configure email settings
Author: By
Last change:
Date: 1 year ago
Size: 805 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <phpunit bootstrap="tests/phpunit/bootstrap.php" backupGlobals="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" > <php> <env name="WP_PHPUNIT__TESTS_CONFIG" value="tests/phpunit/wp-config.php" /> </php> <testsuites> <testsuite name="PHPUnit Test"> <directory prefix="" suffix=".php">./tests/phpunit/</directory> <exclude>./tests/phpunit/wp-config.php</exclude> </testsuite> </testsuites> <coverage cacheDirectory="./coverage" includeUncoveredFiles="true" processUncoveredFiles="true" pathCoverage="false" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="true"> <include> <directory suffix=".php">includes</directory> </include> </coverage> </phpunit>