forked from FriendsOfSymfony/FOSCommentBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml.dist
More file actions
25 lines (23 loc) · 744 Bytes
/
phpunit.xml.dist
File metadata and controls
25 lines (23 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./Tests/bootstrap.php" color="true">
<php>
<ini name="xdebug.max_nesting_level" value="200" />
</php>
<testsuites>
<testsuite name="FOSCommentBundle">
<directory suffix="Test.php">./Tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./</directory>
<exclude>
<directory>./Resources</directory>
<directory>./Tests</directory>
<directory>./vendor</directory>
<directory>./sahi</directory>
<directory>./Features</directory>
</exclude>
</whitelist>
</filter>
</phpunit>