# leadin/11.0.7/phpunit.xml.dist

HubSpot All-In-One Marketing – Forms, Popups, Live Chat, version 11.0.7. 16 lines.

- Page: https://pluginprobe.com/plugins/leadin/11.0.7/code/phpunit.xml.dist
- Raw: https://pluginprobe.com/plugins/leadin/11.0.7/raw/phpunit.xml.dist
- Modified: 2024-03-06T11:43:04+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/leadin/11.0.7/code/phpunit.xml.dist#L10-L20`.

```
<?xml version="1.0"?>
<phpunit
	bootstrap="tests/bootstrap.php"
	backupGlobals="false"
	colors="true"
	convertErrorsToExceptions="true"
	convertNoticesToExceptions="true"
	convertWarningsToExceptions="true"
	>
	<testsuites>
		<testsuite name="Leadin">
			<directory prefix="test-" suffix=".php">./tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>

```
