# monei/7.2.1/phpunit.xml

MONEI Payments for WooCommerce, version 7.2.1. 18 lines.

- Page: https://pluginprobe.com/plugins/monei/7.2.1/code/phpunit.xml
- Raw: https://pluginprobe.com/plugins/monei/7.2.1/raw/phpunit.xml
- Modified: 2026-08-25T11:57:56+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/monei/7.2.1/code/phpunit.xml#L10-L20`.

```xml
<?xml version="1.0"?>
<phpunit
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
	bootstrap="tests/phpunit/bootstrap.php"
	colors="true"
	cacheResultFile=".phpunit.cache/result"
	convertDeprecationsToExceptions="false"
	failOnWarning="true"
	failOnRisky="true"
	>
	<testsuites>
		<testsuite name="unit">
			<directory suffix="Test.php">tests/phpunit</directory>
		</testsuite>
	</testsuites>
</phpunit>

```
