summaryrefslogtreecommitdiff
path: root/wrappers/php/phpunit.xml
blob: 74b4581c49411b5e5996843dbc5d99c1a0df95c4 (plain)
1
2
3
4
5
6
7
<phpunit colors="true">
	<testsuites>
		<testsuite name="EduVpnCommon tests">
			<directory suffix=".php">./tests/</directory>
		</testsuite>
	</testsuites>
</phpunit>