# suredonation/1.6.1/phpunit-unit.xml.dist

SureDonation – Donation Forms, Fundraising Campaigns &amp; Donor Management, version 1.6.1. 24 lines.

- Page: https://pluginprobe.com/plugins/suredonation/1.6.1/code/phpunit-unit.xml.dist
- Raw: https://pluginprobe.com/plugins/suredonation/1.6.1/raw/phpunit-unit.xml.dist
- Modified: 2026-08-06T14:05:34+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/suredonation/1.6.1/code/phpunit-unit.xml.dist#L10-L20`.

```
<?xml version="1.0" encoding="UTF-8"?>
<!--
	Standalone (no-WordPress) unit suite. tests/unit/bootstrap.php shims the WP
	functions and fakes the DB/collaborator classes the classes under test call,
	so these run fast without a WordPress install. Kept separate from the
	WordPress test-suite config (phpunit.xml.dist) because the two need opposite
	environments (this one must NOT load WordPress).

	Run with: composer test:unit
-->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
	bootstrap="tests/unit/bootstrap.php"
	colors="true"
	beStrictAboutOutputDuringTests="true"
	failOnWarning="true"
>
	<testsuites>
		<testsuite name="unit">
			<directory prefix="test-" suffix=".php">tests/unit/inc/privacy</directory>
		</testsuite>
	</testsuites>
</phpunit>

```
