mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-25 12:39:24 +00:00
test_bullseye_carddavclientinterop: user3 description is empty
This commit is contained in:
parent
8b71f09e32
commit
5b41b49f35
@ -138,9 +138,9 @@ test_bullseye_carddavclientinterop:
|
||||
- curl https://codeload.github.com/mstilkerich/carddavclient/tar.gz/master | tar zxf -
|
||||
- cd carddavclient-master
|
||||
- composer install
|
||||
- echo '<?php declare(strict_types=1); namespace MStilkerich\Tests\CardDavClient\Interop; use MStilkerich\CardDavClient\{Account,AddressbookCollection,Config}; final class AccountData { public const ACCOUNTS = [ "Davical" => [ "username" => "user3", "password" => "user3", "discoveryUri" => "http://regression", "syncAllowExtraChanges" => false, "featureSet" => TestInfrastructureSrv::SRVFEATS_DAVICAL, ], ]; public const ADDRESSBOOKS = [ "Davical_0" => [ "account" => "Davical", "url" => "http://regression/caldav.php/user3/addresses/", "displayname" => "user3 addresses", ], ]; }' > tests/Interop/AccountData.php
|
||||
- echo '<?php declare(strict_types=1); namespace MStilkerich\Tests\CardDavClient\Interop; use MStilkerich\CardDavClient\{Account,AddressbookCollection,Config}; final class AccountData { public const ACCOUNTS = [ "Davical" => [ "username" => "user3", "password" => "user3", "discoveryUri" => "http://regression", "syncAllowExtraChanges" => false, "featureSet" => TestInfrastructureSrv::SRVFEATS_DAVICAL, ], ]; public const ADDRESSBOOKS = [ "Davical_0" => [ "account" => "Davical", "url" => "http://regression/caldav.php/user3/addresses/", "displayname" => "user3 addresses", "description" => null, ], ]; }' > tests/Interop/AccountData.php
|
||||
- mkdir -p testreports/interop
|
||||
- phpunit -c tests/Interop/phpunit.xml --no-coverage
|
||||
- vendor/bin/phpunit -c tests/Interop/phpunit.xml --no-coverage
|
||||
after_script:
|
||||
- mkdir -p apache2_log
|
||||
- cp -r /var/log/apache2 apache2_log/test_bullseye
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user