-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add Laravel testing doc and reorganize old testing docs #2021
base: 4.0
Are you sure you want to change the base?
Add Laravel testing doc and reorganize old testing docs #2021
Conversation
Maybe can you keep the root This will prevent setting redirections. |
Indeed, that's better, I'll do that! |
2fdfe7b
to
b724277
Compare
639740c
to
b9ef1a1
Compare
docs: apply review fix: link Co-authored-by: Kévin Dunglas <[email protected]> fix: console & identation Co-authored-by: Kévin Dunglas <[email protected]> docs: add testing doc for Laravel & cleanup Introduce comprehensive testing documentation for Laravel, covering both Pest and PHPUnit frameworks. This includes detailed examples of writing functional tests, generating model factories, and running tests, along with information on continuous integration. Merge Symfony tests docs to be at the same place. Using core testing doc to introduce API Platform testing and redirecting to Laravel & Symfony testing documentations. docs: merge testing-utilities & testing docs for Symfony and up docs: restore core testing doc to introduces tests and redirections chore: relocated symfony testing doc
bb5af72
to
eb1e40f
Compare
As discussed in our messages with @dunglas, I will take the following steps:
laravel/testing.md
that describes how to write tests usingPest
andPHPUnit
inLaravel
.core/testing.md
intosymfony/testing.md.
core/testing.md
file will remain the central resource for testing documentation encompassing bothSymfony
andLaravel
.