tests: error handling

tests: remove unnecessary logs
This commit is contained in:
Saw-jan
2024-11-20 15:42:49 +05:45
parent 831f8eaa0b
commit 327e6260ff
7 changed files with 88 additions and 214 deletions

View File

@@ -216,7 +216,6 @@ class PublicWebDavContext implements Context {
* @return void
*/
public function thePublicRenamesFileFromTheLastPublicShareUsingThePasswordPasswordAndOldPublicWebdavApi(string $fileName, string $toName, string $password):void {
$this->featureContext->setResponse(
$this->renameFileFromPublicShare($fileName, $toName, $password)
);
@@ -496,7 +495,6 @@ class PublicWebDavContext implements Context {
* @return void
*/
public function thePublicOverwritesFileWithContentUsingWebDavApi(string $filename, string $body):void {
$response = $this->publicUploadContent($filename, '', $body);
$this->featureContext->setResponse($response);
}
@@ -544,7 +542,6 @@ class PublicWebDavContext implements Context {
string $password,
string $expectedContent
):void {
$response = $this->downloadPublicFileWithRange(
"",
$password
@@ -617,7 +614,6 @@ class PublicWebDavContext implements Context {
string $password,
string $content
):void {
$response = $this->downloadFileFromPublicFolder(
$path,
$password,