File: phpunit.xml.dist

package info (click to toggle)
php-parsedown 1.7.4-7
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 752 kB
  • sloc: php: 1,447; makefile: 18
file content (8 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
	<testsuites>
		<testsuite name="testsuite">
			<file>test/ParsedownTest.php</file>
		</testsuite>
	</testsuites>
</phpunit>