phpunit.xml 195 Bytes
Newer Older
w  
Qiang Xue committed
1 2 3 4 5 6 7
<phpunit bootstrap="bootstrap.php"
		colors="false"
		convertErrorsToExceptions="true"
		convertNoticesToExceptions="true"
		convertWarningsToExceptions="true"
		stopOnFailure="false">
</phpunit>