mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
style(tests): apply cs-fixer formatting to ClientTest
Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
This commit is contained in:
parent
510c203dfe
commit
932523e844
1 changed files with 4 additions and 4 deletions
|
|
@ -293,10 +293,10 @@ class ClientTest extends \Test\TestCase {
|
|||
],
|
||||
'headers' => [
|
||||
|
||||
'User-Agent' => 'Nextcloud-Server-Crawler/123.45.6',
|
||||
'User-Agent' => 'Nextcloud-Server-Crawler/123.45.6',
|
||||
'Accept-Encoding' => $acceptEnc,
|
||||
|
||||
],
|
||||
],
|
||||
'timeout' => 30,
|
||||
'nextcloud' => [
|
||||
'allow_local_address' => true,
|
||||
|
|
@ -544,7 +544,7 @@ class ClientTest extends \Test\TestCase {
|
|||
$this->serverVersion->method('getVersionString')
|
||||
->willReturn('123.45.6');
|
||||
|
||||
$acceptEnc = function_exists('brotli_uncompress') ? 'br, gzip' : 'gzip';
|
||||
$acceptEnc = function_exists('brotli_uncompress') ? 'br, gzip' : 'gzip';
|
||||
|
||||
$this->assertEquals([
|
||||
'verify' => '/my/path.crt',
|
||||
|
|
@ -604,7 +604,7 @@ class ClientTest extends \Test\TestCase {
|
|||
$this->serverVersion->method('getVersionString')
|
||||
->willReturn('123.45.6');
|
||||
|
||||
$acceptEnc = function_exists('brotli_uncompress') ? 'br, gzip' : 'gzip';
|
||||
$acceptEnc = function_exists('brotli_uncompress') ? 'br, gzip' : 'gzip';
|
||||
|
||||
$this->assertEquals([
|
||||
'verify' => '/my/path.crt',
|
||||
|
|
|
|||
Loading…
Reference in a new issue