aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/phpunit.xml.dist
blob: b2d5e9d4fe15466798f5e609140bcc4238a9b3b7 (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="test/bootstrap.php" colors="true">
	<testsuites>
		<testsuite>
			<file>test/ParsedownTest.php</file>
		</testsuite>
	</testsuites>
</phpunit>