permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

phpunit.xml
application/xml

Download raw (228 bytes)

<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" stopOnError="true" bootstrap="vendor/autoload.php">
	<testsuites>
		<testsuite name="Main">
			<directory>tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>