| Zeile 1... |
Zeile 1... |
| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
|
2 |
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
|
| 3 |
<coverage>
|
3 |
<coverage>
|
| 4 |
<include>
|
- |
|
| 5 |
<directory suffix=".php">src/</directory>
|
- |
|
| 6 |
</include>
|
- |
|
| 7 |
<exclude>
|
- |
|
| 8 |
<file>src/PayPalFacadeAccessor.php</file>
|
- |
|
| 9 |
<file>src/Traits/PayPalVerifyIPN.php</file>
|
- |
|
| 10 |
<directory suffix=".php">src/Facades/</directory>
|
- |
|
| 11 |
<directory suffix=".php">src/Providers/</directory>
|
- |
|
| 12 |
</exclude>
|
- |
|
| 13 |
<report>
|
4 |
<report>
|
| 14 |
<clover outputFile="build/logs/clover.xml"/>
|
5 |
<clover outputFile="build/logs/clover.xml"/>
|
| 15 |
<html outputDirectory="build/coverage"/>
|
6 |
<html outputDirectory="build/coverage"/>
|
| 16 |
<text outputFile="build/coverage.txt"/>
|
7 |
<text outputFile="build/coverage.txt"/>
|
| 17 |
</report>
|
8 |
</report>
|
| 18 |
</coverage>
|
9 |
</coverage>
|
| 19 |
<testsuites>
|
10 |
<testsuites>
|
| 20 |
<testsuite name="PayPal Test Suite">
|
11 |
<testsuite name="PayPal Test Suite">
|
| 21 |
<directory>tests</directory>
|
12 |
<directory>tests/Feature</directory>
|
| 22 |
</testsuite>
|
13 |
</testsuite>
|
| 23 |
</testsuites>
|
14 |
</testsuites>
|
| 24 |
<logging>
|
15 |
<logging>
|
| 25 |
<junit outputFile="build/report.junit.xml"/>
|
16 |
<junit outputFile="build/report.junit.xml"/>
|
| 26 |
</logging>
|
17 |
</logging>
|
| - |
|
18 |
<source>
|
| - |
|
19 |
<include>
|
| - |
|
20 |
<directory suffix=".php">src/</directory>
|
| - |
|
21 |
</include>
|
| - |
|
22 |
<exclude>
|
| - |
|
23 |
<file>src/PayPalFacadeAccessor.php</file>
|
| - |
|
24 |
<file>src/Traits/PayPalVerifyIPN.php</file>
|
| - |
|
25 |
<directory suffix=".php">src/Facades/</directory>
|
| - |
|
26 |
<directory suffix=".php">src/Providers/</directory>
|
| - |
|
27 |
</exclude>
|
| - |
|
28 |
</source>
|
| 27 |
</phpunit>
|
29 |
</phpunit>
|