File: phpunit.xml

package info (click to toggle)
php-mf2 0.3.0-0.2
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,896 kB
  • sloc: php: 2,584; xml: 8; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<phpunit bootstrap="tests/Mf2/bootstrap.php">
	<testsuites>
		<testsuite name="php-mf2">
			<directory suffix="Test.php">tests/Mf2</directory>
		</testsuite>
	</testsuites>
</phpunit>