summaryrefslogtreecommitdiff
path: root/vendor/cssjanus/cssjanus/test/phpunit.xml
blob: 6d37a1c47b33f1f601acff573b0954319a0842b2 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" strict="true" bootstrap="../vendor/autoload.php">
	<testsuites>
		<testsuite name="CSSJanus Test Suite">
			<directory>./suites</directory>
		</testsuite>
	</testsuites>
</phpunit>