-
Notifications
You must be signed in to change notification settings - Fork 497
MIgrate phpunit docs #1417
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
MIgrate phpunit docs #1417
Conversation
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.
Pull Request Overview
This PR begins the migration of PHPUnit documentation from the old MoodleDocs format to the new documentation structure. The main purpose is to consolidate PHPUnit testing guidance into a centralized location while updating internal links throughout the codebase.
- Creates a new comprehensive PHPUnit testing guide at
/docs/guides/testing/ - Updates all existing links to point to the new documentation location
- Registers the migration in the migratedPages.yml file
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
general/releases/3.4.md |
Updates PHPUnit upgrade link to new documentation location |
general/releases/3.11.md |
Updates PHPUnit upgrade link to new documentation location |
general/development/tools/phpunit/index.md |
Updates "Writing PHPUnit tests" link to new documentation location |
general/development/tools/behat/writing.md |
Updates generator link to new documentation location and adds new step calling documentation |
general/development/policies/codingstyle/index.md |
Updates PHPUnit-related links to new documentation location |
docs/guides/testing/index.md |
Creates comprehensive new PHPUnit testing documentation |
data/migratedPages.yml |
Registers the Writing_PHPUnit_tests migration |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
✅ Deploy Preview for moodledevdocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
I reviewed the text and I think it is ready to pull. |
ferranrecio
left a comment
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.
Ready to pull.
This is the start of migrating the phpunit docs.
We should land this and then add more detail re:
assertInstanceOf('some_stupid_string_class')is bad