aboutsummaryrefslogtreecommitdiff
path: root/phpunit.xml
blob: 9f95058c5f29eb8ce556834f238a61b9fba17002 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<phpunit
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
	bootstrap="./lib/bootstrap.php"
	colors="true"
	processIsolation="false"
	timeoutForSmallTests="1"
	timeoutForMediumTests="1"
	timeoutForLargeTests="6" >

	<testsuites>
		<testsuite name="rss-bridge">
			<directory>./tests</directory>
		</testsuite>
	</testsuites>

</phpunit>