chore: apply Rector refactors to ConfigTest#819
Conversation
Agent-Logs-Url: https://github.com/ChristophWurst/nextcloud_sentry/sessions/4d7f491a-d592-4eaa-b620-96a4e2b7ef61 Co-authored-by: ChristophWurst <1374172+ChristophWurst@users.noreply.github.com>
|
@CodeRabbit review |
✅ Actions performedReview triggered.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughThe Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
This PR applies the repository’s Rector rules and commits the resulting updates. The changes are scoped to
ConfigTestand align PHPUnit assertions with current Rector/Nextcloud rule expectations.Scope
/home/runner/work/nextcloud_sentry/nextcloud_sentry/tests/Unit/ConfigTest.phponly.Rector-driven PHPUnit updates
final.self::assert*) with instance assertions ($this->assert*).assertSame(...)assertions withassertEqualsWithDelta(..., PHP_FLOAT_EPSILON)for numeric precision-safe checks.Representative diff