FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
phpbb3/phpunit.xml.functional at develop · SkyFire/phpbb3 · GitHub
SkyFire
/
phpbb3
Public
forked from
phpbb/phpbb
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
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
39 lines (36 loc) · 1.14 KB
Breadcrumbs
phpbb3
/
phpunit.xml.functional
Copy path
File metadata and controls
39 lines (36 loc) · 1.14 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
<?
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
>
</
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/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