Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
d40a7a60
Commit
d40a7a60
authored
Nov 26, 2020
by
Mario
Browse files
run vendor/bin/phpunit --migrate-configuration
parent
0ec40f00
Pipeline
#366469
failed with stage
in 3 minutes and 30 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Tests/phpunit.xml
View file @
d40a7a60
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap=
"../boot.php"
colors=
"true"
>
<php>
<var
name=
"db_dsn"
value=
"mysql:dbname=gitlab_ci_hubzilla;host=mysql"
/>
<var
name=
"db_username"
value=
"root"
/>
<var
name=
"db_password"
value=
"mysql"
/>
<env
name=
"hz_db_server"
value=
"mysql"
/>
<env
name=
"hz_db_scheme"
value=
"mysql"
/>
<env
name=
"hz_db_port"
value=
""
/>
<env
name=
"hz_db_user"
value=
"root"
/>
<env
name=
"hz_db_pass"
value=
"mysql"
/>
<env
name=
"hz_db_database"
value=
"hello_world_test"
/>
</php>
<testsuites>
<testsuite
name=
"Hubzilla default Test Suite"
>
<directory
suffix=
"Test.php"
>
./Unit/
</directory>
</testsuite>
<testsuite
name=
"API Test Suite"
>
<directory
suffix=
"Test.php"
prefix=
"API"
>
./Unit/
</directory>
</testsuite>
<testsuite
name=
"Ex-/Import Test Suite"
>
<!--<directory suffix="Test.php">./Unit/eximport/</directory>-->
</testsuite>
</testsuites>
<groups>
<exclude>
<group>
postgresql
</group>
</exclude>
</groups>
<!--cover reporting-->
<filter>
<whitelist
processUncoveredFilesFromWhitelist=
"true"
>
<directory
suffix=
".php"
>
../Zotlabs/
</directory>
<directory
suffix=
".php"
>
../include/
</directory>
</whitelist>
</filter>
<phpunit
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
bootstrap=
"../boot.php"
colors=
"true"
xsi:noNamespaceSchemaLocation=
"https://schema.phpunit.de/9.3/phpunit.xsd"
>
<coverage
processUncoveredFiles=
"true"
>
<include>
<directory
suffix=
".php"
>
../Zotlabs/
</directory>
<directory
suffix=
".php"
>
../include/
</directory>
</include>
</coverage>
<php>
<var
name=
"db_dsn"
value=
"mysql:dbname=gitlab_ci_hubzilla;host=mysql"
/>
<var
name=
"db_username"
value=
"root"
/>
<var
name=
"db_password"
value=
"mysql"
/>
<env
name=
"hz_db_server"
value=
"mysql"
/>
<env
name=
"hz_db_scheme"
value=
"mysql"
/>
<env
name=
"hz_db_port"
value=
""
/>
<env
name=
"hz_db_user"
value=
"root"
/>
<env
name=
"hz_db_pass"
value=
"mysql"
/>
<env
name=
"hz_db_database"
value=
"hello_world_test"
/>
</php>
<testsuites>
<testsuite
name=
"Hubzilla default Test Suite"
>
<directory
suffix=
"Test.php"
>
./Unit/
</directory>
</testsuite>
<testsuite
name=
"API Test Suite"
>
<directory
suffix=
"Test.php"
prefix=
"API"
>
./Unit/
</directory>
</testsuite>
<testsuite
name=
"Ex-/Import Test Suite"
>
<!--<directory suffix="Test.php">./Unit/eximport/</directory>-->
</testsuite>
</testsuites>
<groups>
<exclude>
<group>
postgresql
</group>
</exclude>
</groups>
<!--cover reporting-->
</phpunit>
vendor/composer/InstalledVersions.php
View file @
d40a7a60
...
...
@@ -19,7 +19,7 @@ private static $installed = array (
'aliases'
=>
array
(
),
'reference'
=>
'
de054026f25233fe47938c32777605bb900253f3
'
,
'reference'
=>
'
0ec40f00a929fd755368bf6deec88a8d4ebe05ba
'
,
'name'
=>
'zotlabs/hubzilla'
,
),
'versions'
=>
...
...
@@ -243,7 +243,7 @@ private static $installed = array (
'aliases'
=>
array
(
),
'reference'
=>
'
de054026f25233fe47938c32777605bb900253f3
'
,
'reference'
=>
'
0ec40f00a929fd755368bf6deec88a8d4ebe05ba
'
,
),
),
);
...
...
vendor/composer/installed.php
View file @
d40a7a60
...
...
@@ -6,7 +6,7 @@
'aliases'
=>
array
(
),
'reference'
=>
'
de054026f25233fe47938c32777605bb900253f3
'
,
'reference'
=>
'
0ec40f00a929fd755368bf6deec88a8d4ebe05ba
'
,
'name'
=>
'zotlabs/hubzilla'
,
),
'versions'
=>
...
...
@@ -230,7 +230,7 @@
'aliases'
=>
array
(
),
'reference'
=>
'
de054026f25233fe47938c32777605bb900253f3
'
,
'reference'
=>
'
0ec40f00a929fd755368bf6deec88a8d4ebe05ba
'
,
),
),
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment