Skip to content

Conversation

@alecpl
Copy link
Contributor

@alecpl alecpl commented Dec 1, 2025

Fixes #1044.

The Response state reset is added and a few buggy tests fixed.

@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.24%. Comparing base (ed901a9) to head (fcd499d).
⚠️ Report is 14 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1607      +/-   ##
============================================
+ Coverage     97.23%   97.24%   +0.01%     
  Complexity     2836     2836              
============================================
  Files           175      175              
  Lines          9028     8852     -176     
============================================
- Hits           8778     8608     -170     
+ Misses          250      244       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

/**
* Reset the response state. Needed if making more than one request in a single test.
*/
public function reset()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public function reset()
public function reset(): void

/**
* Starts the DAV Server making sure the mocked response state is reset.
*/
public function start()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public function start()
public function start(): void

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Put should not return lock-token.

2 participants