Rename package from utopia-php/test to utopia-php/tests#2
Conversation
- Update package name in composer.json - Update PSR-4 autoload namespace from Utopia\Test to Utopia\Tests - Move source files from src/Test to src/Tests - Update all namespace declarations and use statements - Update documentation and code examples in README.md - Update test files to use new namespace This change makes the package name plural to better reflect that it provides multiple testing utilities and extensions.
|
Caution Review failedThe pull request is closed. WalkthroughThis PR executes a comprehensive namespace migration from Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
This PR renames the package from
utopia-php/testtoutopia-php/teststo better reflect that it provides multiple testing utilities and extensions.Changes
composer.jsonUtopia\TesttoUtopia\Testssrc/Testtosrc/TestsREADME.mdTesting
All existing tests continue to work with the new namespace structure.
Summary by CodeRabbit
Documentation
Chores
✏️ Tip: You can customize this high-level summary in your review settings.