stub.xml 235 Bytes
Newer Older
1
<phpunit colors="true"
2
         bootstrap="{{bootstrap}}"
3
         backupGlobals="false">
4 5
	<testsuites>
		<testsuite name="Test Suite">
Taylor Otwell committed
6
			<directory suffix=".test.php">{{directory}}</directory>
7 8 9
		</testsuite>
	</testsuites>
</phpunit>