Browse Source

Fix "Creation of dynamic property FeatureContext::$parts is deprecated in WebDav.php line 757"

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v29.0.0beta1
Joas Schilling 7 months ago
parent
commit
736fb4c162
No account linked to committer's email address
1 changed files with 6 additions and 4 deletions
  1. 6
    4
      build/integration/features/bootstrap/WebDav.php

+ 6
- 4
build/integration/features/bootstrap/WebDav.php View File

private array $parsedResponse = []; private array $parsedResponse = [];
private string $s3MultipartDestination; private string $s3MultipartDestination;
private string $uploadId; private string $uploadId;
/** @var string[] */
private array $parts = [];


/** /**
* @Given /^using dav path "([^"]*)"$/ * @Given /^using dav path "([^"]*)"$/
</d:prop> </d:prop>
<d:literal>image/png</d:literal> <d:literal>image/png</d:literal>
</d:eq> </d:eq>
<d:eq> <d:eq>
<d:prop> <d:prop>
<d:getcontenttype/> <d:getcontenttype/>
</d:prop> </d:prop>
<d:literal>image/jpeg</d:literal> <d:literal>image/jpeg</d:literal>
</d:eq> </d:eq>
<d:eq> <d:eq>
<d:prop> <d:prop>
<d:getcontenttype/> <d:getcontenttype/>
</d:prop> </d:prop>
<d:literal>image/heic</d:literal> <d:literal>image/heic</d:literal>
</d:eq> </d:eq>
<d:eq> <d:eq>
<d:prop> <d:prop>
<d:getcontenttype/> <d:getcontenttype/>
</d:prop> </d:prop>
<d:literal>video/mp4</d:literal> <d:literal>video/mp4</d:literal>
</d:eq> </d:eq>
<d:eq> <d:eq>
<d:prop> <d:prop>
<d:getcontenttype/> <d:getcontenttype/>

Loading…
Cancel
Save