Skip to content
  • This project
    • Loading...
  • Sign in

Jeff Balicki / st_joseph

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • st_joseph
  • ..
  • mpdf
  • mpdf
  • phpunit.xml
  • Jeff Balicki's avatar
    start · 35d35aca ...
    35d35aca
    Signed-off-by: Jeff <jeff@gotenzing.com>
    Jeff Balicki committed 2023-01-19 15:21:07 -0500
phpunit.xml 355 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<phpunit
	bootstrap="tests/bootstrap.php"
	colors="true"
	backupGlobals="false">

	<testsuites>
		<testsuite>
			<directory suffix=".php">./tests</directory>
		</testsuite>
	</testsuites>

	<filter>
		<whitelist processUncoveredFilesFromWhitelist="true">
			<directory suffix=".php">src</directory>
		</whitelist>
	</filter>

</phpunit>