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

Add StubCsrfToken #53

Merged
merged 7 commits into from
Feb 8, 2024
Merged

Add StubCsrfToken #53

merged 7 commits into from
Feb 8, 2024

Conversation

hacan359
Copy link
Contributor

@hacan359 hacan359 commented Feb 7, 2024

Q A
Is bugfix?
New feature? ✔️
Breaks BC?
Fixed issues

Copy link

what-the-diff bot commented Feb 7, 2024

PR Summary

  • Introduction of StubCsrfToken.php
    A new file, StubCsrfToken.php, has been introduced. This file contains an easy-to-use implementation of the CsrfTokenInterface, designed to help in testing or act as a placeholder during development.

  • Inclusion of StubCsrfTokenTest.php
    Along with the above file, we have also added StubCsrfTokenTest.php. This is a dedicated test file for our new StubCsrfToken class. Its purpose is to ensure the correct functioning of StubCsrfToken.

  • Improvements in README.md
    The README.md document has been revised with several enhancements, such as:

    • Formatting the list of supported algorithms for better readability.
    • Adding details about the new StubCsrfToken class and its uses.
    • Revising the license section for clarity and presentation.
      In overall, the changes in README.md contribute to a more user-friendly documentation.

Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4124294) 100.00% compared to head (4dec69e) 100.00%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master       #53   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity        43        47    +4     
===========================================
  Files              7         8    +1     
  Lines            120       128    +8     
===========================================
+ Hits             120       128    +8     

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

@vjik vjik added the status:code review The pull request needs review. label Feb 7, 2024
@vjik vjik requested a review from a team February 7, 2024 18:05
@vjik vjik merged commit 2ea4c93 into yiisoft:master Feb 8, 2024
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:code review The pull request needs review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants