forked from boxbilling/boxbilling
-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpunit.xml.dist
33 lines (32 loc) · 1.33 KB
/
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
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="tests/bootstrap.php"
>
<filter>
<whitelist excludeVendorFiles="true">
<directory suffix=".php">src</directory>
<exclude>
<file>src/rb.php</file>
<file>src/bb-modules/Spamchecker/recaptchalib.php</file>
<file>src/bb-modules/Spamchecker/akismet.curl.class.php</file>
<file>src/bb-library/Box/Zip.php</file>
<directory>src/bb-vendor</directory>
<directory>src/bb-data</directory>
<directory>src/bb-library/Registrar/includes</directory>
<directory>src/bb-modules/Filemanager/src</directory>
<directory>src/bb-modules/Servicecentovacast/ccapiclient</directory>
<directory>src/bb-library/php-gettext</directory>
<directory>src/bb-themes</directory>
<directory>src/install</directory>
</exclude>
</whitelist>
</filter>
</phpunit>