phpunit.xml.dist 370 Bytes
Newer Older
Taufan Aditya committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<?xml version="1.0" encoding="utf-8"?>
<phpunit bootstrap="./tests/unit/bootstrap.php"
		colors="true"
		convertErrorsToExceptions="true"
		convertNoticesToExceptions="true"
		convertWarningsToExceptions="true"
		stopOnFailure="false">
		<testsuites>
			<testsuite name="Yii Test Suite">
				<directory>./tests/unit</directory>
			</testsuite>
		</testsuites>
</phpunit>