Skip to content
Snippets Groups Projects
phpunit-integration.xml.dist 419 B
Newer Older
  • Learn to ignore specific revisions
  • Josh Pollock's avatar
    Josh Pollock committed
    <phpunit
    	bootstrap="Tests/bootstrap-integration.php"
    	backupGlobals="false"
    	colors="true"
    	coverage="true"
    	convertErrorsToExceptions="true"
    	convertNoticesToExceptions="true"
    	convertWarningsToExceptions="true"
    	>
    	<testsuites>
    			<testsuite name="integration" suffix=".php">
    				<directory>./Tests/Integration</directory>
    			</testsuite>
    	</testsuites>
    	<log type="coverage-clover" target="clover.xml"/>
    </phpunit>