Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Manage session cookie in WebSession #10

Merged
merged 2 commits into from
Jul 4, 2022

Conversation

eliashaeussler
Copy link
Owner

No description provided.

@eliashaeussler eliashaeussler added the bug Something isn't working label Jul 4, 2022
@eliashaeussler eliashaeussler self-assigned this Jul 4, 2022
Since f752255, we're using `$client->send()` instead of
`$client->sendRequest()`. Therefore, HTTP errors now
produce ClientExceptions. This makes it impossible to
test the behavior of `WebSession::stop()` for invalid
responses.
@codeclimate
Copy link

codeclimate bot commented Jul 4, 2022

Code Climate has analyzed commit d7b82df and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@codecov
Copy link

codecov bot commented Jul 4, 2022

Codecov Report

Merging #10 (d7b82df) into main (903fe45) will not change coverage.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##                main       #10   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       115       116    +1     
===========================================
  Files             22        22           
  Lines            339       341    +2     
===========================================
+ Hits             339       341    +2     
Impacted Files Coverage Δ
...rc/Application/Authorization/HttpAuthorization.php 100.00% <100.00%> (ø)
src/Application/Session/WebSession.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 903fe45...d7b82df. Read the comment docs.

@eliashaeussler eliashaeussler merged commit ca0d796 into main Jul 4, 2022
@eliashaeussler eliashaeussler deleted the fix/session-cookie branch July 4, 2022 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant