FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
phpbb/.github/phpunit-psql-windows-github.xml at master · errorbirdis/phpbb · GitHub
errorbirdis
/
phpbb
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
phpbb
/
.github
/
phpunit-psql-windows-github.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
53 lines (53 loc) · 1.84 KB
Breadcrumbs
phpbb
/
.github
/
phpunit-psql-windows-github.xml
Copy path
File metadata and controls
53 lines (53 loc) · 1.84 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
53
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
phpunit
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
backupGlobals=
"
true
"
colors=
"
true
"
processIsolation=
"
false
"
stopOnFailure=
"
false
"
bootstrap=
"
../tests/bootstrap.php
"
xsi:noNamespaceSchemaLocation=
"
https://schema.phpunit.de/10.5/phpunit.xsd
"
cacheDirectory=
"
.phpunit.cache
"
backupStaticProperties=
"
false
"
timeoutForSmallTests=
"
60
"
timeoutForMediumTests=
"
300
"
timeoutForLargeTests=
"
600
"
>
<
testsuites
>
<
testsuite
name
=
"
phpBB Test Suite
"
>
<
directory
suffix
=
"
_test.php
"
>../tests</
directory
>
<
exclude
>../tests/functional</
exclude
>
<
exclude
>../tests/lint_test.php</
exclude
>
</
testsuite
>
<
testsuite
name
=
"
phpBB Functional Tests
"
>
<
directory
suffix
=
"
_test.php
"
>../tests/functional</
directory
>
</
testsuite
>
</
testsuites
>
<
groups
>
<
exclude
>
<
group
>slow</
group
>
</
exclude
>
</
groups
>
<
source
restrictDeprecations
=
"
true
"
>
<
include
>
<
directory
suffix
=
"
.php
"
>../phpBB/</
directory
>
<
directory
suffix
=
"
.php
"
>../tests/</
directory
>
</
include
>
<
exclude
>
<
directory
suffix
=
"
.php
"
>../phpBB/vendor/</
directory
>
<
directory
suffix
=
"
.php
"
>../phpBB/cache/</
directory
>
<
directory
suffix
=
"
.php
"
>../phpBB/develop/</
directory
>
<
directory
suffix
=
"
.php
"
>../phpBB/store/</
directory
>
</
exclude
>
</
source
>
<
php
>
<
server
name
=
"
PHPBB_TEST_DBMS
"
value
=
"
phpbb\db\driver\postgres
"
/>
<
server
name
=
"
PHPBB_TEST_DBHOST
"
value
=
"
localhost
"
/>
<
server
name
=
"
PHPBB_TEST_DBPORT
"
value
=
"
5432
"
/>
<
server
name
=
"
PHPBB_TEST_DBNAME
"
value
=
"
phpbb_tests
"
/>
<
server
name
=
"
PHPBB_TEST_DBUSER
"
value
=
"
postgres
"
/>
<
server
name
=
"
PHPBB_TEST_DBPASSWD
"
value
=
"
root
"
/>
<
server
name
=
"
PHPBB_TEST_REDIS_HOST
"
value
=
"
localhost
"
/>
<
server
name
=
"
PHPBB_TEST_MEMCACHED_HOST
"
value
=
"
localhost
"
/>
<
server
name
=
"
PHPBB_TEST_TABLE_PREFIX
"
value
=
"
phpbb_
"
/>
<
server
name
=
"
PHPBB_FUNCTIONAL_URL
"
value
=
"
http://phpbb.test/
"
/>
</
php
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL