summaryrefslogtreecommitdiff
path: root/test/phpunit.xml
blob: a27b9c1d0baeee14433e6cc71a2ac1077302934d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.0/phpunit.xsd"
	bootstrap="../includes/engelsystem_provider.php" colors="true"
	convertErrorsToExceptions="true" convertNoticesToExceptions="true"
	convertWarningsToExceptions="true" forceCoversAnnotation="false">
	<testsuites>
		<testsuite name="Models">
			<directory>model</directory>
		</testsuite>
	</testsuites>
	<php>
		<const name="PHPUNIT_TESTSUITE" value="true" />
	</php>
</phpunit>