forked from Novactive/NovaeZSEOBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpunit.xml.dist
30 lines (29 loc) · 908 Bytes
/
phpunit.xml.dist
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
26
27
28
29
30
<!--
/**
* NovaeZSEOBundle Configuration
*
* @package Novactive\Bundle\eZSEOBundle
* @author Novactive <[email protected]>
* @copyright 2015 Novactive
* @license https://github.com/Novactive/NovaeZSEOBundle/blob/master/LICENSE MIT Licence
*/
-->
<phpunit colors="false" bootstrap="./Tests/bootstrap.php" stopOnFailure="false" backupGlobals="false">
<testsuites>
<testsuite name="NovaeZSEOBundle">
<directory>./Tests/</directory>
</testsuite>
<testsuite name="NovaeZSEOBundleNoCrawler">
<directory>./Tests/</directory>
<exclude>./Tests/FunctionalCrawlerTest.php</exclude>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./</directory>
<exclude>
<directory>./Tests</directory>
</exclude>
</whitelist>
</filter>
</phpunit>