-
-
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
refactor: split test docs and add laravel support #2021
refactor: split test docs and add laravel support #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
bb5af72
to
eb1e40f
Compare
eb1e40f
to
327c6d5
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
.