# boxzilla/3.4.3/phpunit.xml

Boxzilla – WordPress Popup Builder, version 3.4.3. 27 lines.

- Page: https://pluginprobe.com/plugins/boxzilla/3.4.3/code/phpunit.xml
- Raw: https://pluginprobe.com/plugins/boxzilla/3.4.3/raw/phpunit.xml
- Modified: 2025-03-24T08:35:40+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/boxzilla/3.4.3/code/phpunit.xml#L10-L20`.

```xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		 xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
		 bootstrap="tests/bootstrap.php"
		 cacheDirectory=".phpunit.cache"
		 executionOrder="depends,defects"
		 requireCoverageMetadata="true"
		 beStrictAboutCoverageMetadata="true"
		 beStrictAboutOutputDuringTests="true"
		 displayDetailsOnPhpunitDeprecations="true"
		 failOnPhpunitDeprecation="true"
		 failOnRisky="true"
		 failOnWarning="true">

	<testsuites>
		<testsuite name="default">
			<directory>tests</directory>
		</testsuite>
	</testsuites>

	<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
		<include>
			<directory>src</directory>
		</include>
	</source>
</phpunit>

```
