summaryrefslogtreecommitdiff
path: root/vendor/soundasleep/html2text/phpunit.xml
blob: 352d5537a8a89aa791189618553f135ae9c9e6fa (plain)
1
2
3
4
5
6
7
8
<phpunit stopOnFailure="true" stopOnError="true" beStrictAboutTestsThatDoNotTestAnything="false">
	<testsuites>
		<testsuite name="Tests">
			<!-- loads all *Test.php -->
			<directory>tests</directory>
		</testsuite>
	</testsuites>
</phpunit>