File: phpunit.xml.dist

package info (click to toggle)
php-parsedown-extra 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: php: 368; makefile: 15
file content (8 lines) | stat: -rw-r--r-- 208 bytes parent folder | download
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
	<testsuites>
		<testsuite>
			<file>test/ParsedownExtraTest.php</file>
		</testsuite>
	</testsuites>
</phpunit>