FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
phpbb3/phpunit.xml.functional at develop · imsoftware/phpbb3 · GitHub
imsoftware
/
phpbb3
Public
forked from
phpbb/phpbb
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
phpbb3
/
phpunit.xml.functional
Copy path
More file actions
More file actions
Latest commit
History
History
History
52 lines (49 loc) · 1.91 KB
Breadcrumbs
phpbb3
/
phpunit.xml.functional
Copy path
File metadata and controls
52 lines (49 loc) · 1.91 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
phpunit
backupGlobals
=
"
true
"
backupStaticAttributes
=
"
true
"
colors
=
"
true
"
convertErrorsToExceptions
=
"
true
"
convertNoticesToExceptions
=
"
true
"
convertWarningsToExceptions
=
"
true
"
processIsolation
=
"
false
"
stopOnFailure
=
"
false
"
syntaxCheck
=
"
false
"
bootstrap
=
"
tests/bootstrap.php
"
>
<
testsuites
>
<
testsuite
name
=
"
phpBB Test Suite
"
>
<
directory
suffix
=
"
_test.php
"
>./tests/</
directory
>
<
exclude
>./tests/functional</
exclude
>
</
testsuite
>
<
testsuite
name
=
"
phpBB Functional Tests
"
>
<
directory
suffix
=
"
_test.php
"
phpVersion
=
"
5.3.0
"
phpVersionOperator
=
"
>=
"
>./tests/functional</
directory
>
</
testsuite
>
</
testsuites
>
<
groups
>
<
include
>
<
group
>functional</
group
>
</
include
>
</
groups
>
<
filter
>
<
blacklist
>
<
directory
>./tests/</
directory
>
</
blacklist
>
<
whitelist
>
<
directory
suffix
=
"
.php
"
>./phpBB/includes/</
directory
>
<
exclude
>
<
file
>./phpBB/includes/db/firebird.php</
file
>
<
file
>./phpBB/includes/db/mysql.php</
file
>
<
file
>./phpBB/includes/db/mysqli.php</
file
>
<
file
>./phpBB/includes/db/mssql.php</
file
>
<
file
>./phpBB/includes/db/mssql_odbc.php</
file
>
<
file
>./phpBB/includes/db/mssqlnative.php</
file
>
<
file
>./phpBB/includes/db/oracle.php</
file
>
<
file
>./phpBB/includes/db/postgres.php</
file
>
<
file
>./phpBB/includes/db/sqlite.php</
file
>
<
file
>./phpBB/includes/search/fulltext_native.php</
file
>
<
file
>./phpBB/includes/search/fulltext_mysql.php</
file
>
<
directory
suffix
=
"
.php
"
>./phpBB/includes/captcha/</
directory
>
</
exclude
>
</
whitelist
>
</
filter
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL