| 123456789101112131415161718192021 | <?xml version="1.0" encoding="utf-8"?><phpunit bootstrap="./tests/bootstrap.php"		colors="true"		convertErrorsToExceptions="true"		convertNoticesToExceptions="true"		convertWarningsToExceptions="true"		stopOnFailure="false">		<testsuites>			<testsuite name="Markdown LaTeX Test Suite">				<file>./tests/MarkdownTest.php</file>				<file>./tests/GithubMarkdownTest.php</file>			</testsuite>		</testsuites>		<filter>			<blacklist>				<directory>./vendor</directory>				<directory>./tests</directory>			</blacklist>		</filter></phpunit>
 |