<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd" backupGlobals="true" bootstrap="vendor/autoload.php" verbose="true" colors="true" forceCoversAnnotation="false" > <testsuites> <testsuite name="PHPMailerTests"> <directory>./test/</directory> </testsuite> </testsuites> <listeners> <listener class="PHPMailer\Test\DebugLogTestListener" /> </listeners> <groups> <exclude> <group>languages</group> <group>pop3</group> </exclude> </groups> <filter> <whitelist addUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src</directory> </whitelist> </filter> <logging> <log type="coverage-text" target="php://stdout" showUncoveredFiles="true"/> <log type="coverage-clover" target="build/logs/clover.xml"/> <log type="junit" target="build/logs/junit.xml"/> </logging> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
language | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
COMMITMENT | File | 2.04 KB | 0644 |
|
LICENSE | File | 25.91 KB | 0644 |
|
README.md | File | 15.86 KB | 0644 |
|
SECURITY.md | File | 7.41 KB | 0644 |
|
VERSION | File | 5 B | 0644 |
|
composer.json | File | 2.44 KB | 0644 |
|
get_oauth_token.php | File | 5.39 KB | 0644 |
|
phpunit.xml.dist | File | 1.1 KB | 0644 |
|