aboutsummaryrefslogtreecommitdiff
path: root/tests/phpunit.xml
blob: f639637ecb9bda3c34df312555c79620dd2be7e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="bootstrap.php">
	<filter>
		<whitelist>
			<directory suffix=".php">../app</directory>
		</whitelist>
	</filter>
	<testsuites>
		<testsuite name="FreshRSS">
			<directory>app</directory>
		</testsuite>
	</testsuites>
</phpunit>