Skip to content

fix: correct method name typo in ProviderTest - #120

Merged
CybotTM merged 1 commit into
mainfrom
fix/test-method-typo
Mar 28, 2026
Merged

fix: correct method name typo in ProviderTest#120
CybotTM merged 1 commit into
mainfrom
fix/test-method-typo

Conversation

@CybotTM

@CybotTM CybotTM commented Mar 28, 2026

Copy link
Copy Markdown
Member

Summary

  • Fix casing typo: setPriorityClampsTohundredForOverflowsetPriorityClampsToHundredForOverflow

Test plan

  • Unit tests pass (method rename only, no logic change)

setPriorityClampsTohundredForOverflow -> setPriorityClampsToHundredForOverflow

Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
Copilot AI review requested due to automatic review settings March 28, 2026 06:54
@CybotTM
CybotTM added this pull request to the merge queue Mar 28, 2026
@github-actions github-actions Bot added the tests Test-related changes label Mar 28, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 4dcef09.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

Merged via the queue into main with commit 1707fac Mar 28, 2026
40 checks passed
@CybotTM
CybotTM deleted the fix/test-method-typo branch March 28, 2026 06:55

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Automated approval for solo maintainer project

This PR has passed all automated quality gates:

  • ✅ Static analysis (PHPStan)
  • ✅ Code style (PHP-CS-Fixer)
  • ✅ Unit & functional tests
  • ✅ Security scanning
  • ✅ Dependency review

See SECURITY_CONTROLS.md for compensating controls documentation.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request corrects a typo in the unit test method name setPriorityClampsToHundredForOverflow within ProviderTest.php. I have no feedback to provide as there are no review comments.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR corrects a typo in a PHPUnit test method name in ProviderTest, improving naming consistency/readability without changing test behavior (tests are attribute-driven via #[Test]).

Changes:

  • Rename test method setPriorityClampsTohundredForOverflow to setPriorityClampsToHundredForOverflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

tests Test-related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants