woocommerce-paypal-payments/phpunit.xml.dist

15 lines
693 B
Text
Raw Normal View History

2020-03-19 16:47:08 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2025-03-26 11:31:38 +01:00
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/PHPUnit/bootstrap.php" backupGlobals="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./src</directory>
<directory suffix=".php">./modules/</directory>
</include>
</coverage>
<testsuites>
<testsuite name="unit">
<directory suffix="Test.php">./tests/PHPUnit</directory>
</testsuite>
</testsuites>
2020-03-19 16:47:08 +01:00
</phpunit>