woocommerce-paypal-payments/tests/integration/phpunit.xml.dist

22 lines
738 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- stderr: keep stdout clean so headers_sent() stays false and code under test
can send status codes/cookies (asserted by the WC-AJAX endpoint contract tests). -->
<phpunit
bootstrap="PHPUnit/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stderr="true"
>
<testsuites>
<testsuite name="unit">
<directory suffix="Test.php">./PHPUnit</directory>
</testsuite>
</testsuites>
<php>
<!-- Manually enable feature flags to load all modules -->
<env name="PCP_STORE_SYNC_ENABLED" value="1"/>
</php>
</phpunit>