just-a-blog

A bad blogging software that converts Markdown into PHP for some reason.
Log | Files | Refs | README | LICENSE

phpunit.xml.dist (202B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <phpunit bootstrap="test/bootstrap.php" colors="true">
      3 	<testsuites>
      4 		<testsuite>
      5 			<file>test/ParsedownTest.php</file>
      6 		</testsuite>
      7 	</testsuites>
      8 </phpunit>