-
Notifications
You must be signed in to change notification settings - Fork 4
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
Migrating to PSR-4 for tests #282
Conversation
WalkthroughThe changes across the files reflect a standardization effort within a WordPress plugin's codebase, focusing on naming conventions. Specifically, the updates involve renaming test classes to adhere to a more consistent and conventional naming pattern, and updating the configuration to exclude certain files from specific coding standards checks. Changes
TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to filter (1)
- composer.json
Files selected for processing (4)
- .phpcs.xml (1 hunks)
- tests/Feature/ExampleFeatureTest.php (1 hunks)
- tests/TestCase.php (1 hunks)
- tests/Unit/ExampleUnitTest.php (1 hunks)
Files skipped from review due to trivial changes (4)
- .phpcs.xml
- tests/Feature/ExampleFeatureTest.php
- tests/TestCase.php
- tests/Unit/ExampleUnitTest.php
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Migrating to a PSR-4 folder structure for tests.
Powered by https://github.com/alleyinteractive/wp-to-psr-4
Summary by CodeRabbit
Refactor
Chores