File: phpunit.xml.dist

package info (click to toggle)
php-parsedown 2.0.0~beta-1-5
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 7,036 kB
  • sloc: php: 4,260; xml: 38; makefile: 14
file content (15 lines) | stat: -rw-r--r-- 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
	<testsuites>
		<testsuite name="ParsedownTests">
			<file>tests/ParsedownTest.php</file>
			<file>tests/CommonMarkTest.php</file>
			<directory suffix="Test.php">./tests/src</directory>
		</testsuite>
	</testsuites>
	<groups>
		<exclude>
			<group>update</group>
		</exclude>
	</groups>
</phpunit>