Welcome to mirror list, hosted at ThFree Co, Russian Federation.

phpunit.xml « tests - github.com/nextcloud/issuetemplate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4bb7dc40dcef2f6d3d5e8dfee68be4d51db3749a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<phpunit bootstrap="../../../tests/bootstrap.php" colors="true">
	<testsuites>
		<testsuite name="unit">
			<directory>./unit</directory>
		</testsuite>
	</testsuites>
	<filter>
		<whitelist>
			<directory suffix=".php">./../lib</directory>
		</whitelist>
	</filter>
</phpunit>