Skip to content

Commit 5c0596d

Browse files
committed
minor #18530 [Testing] Mention the KernelBrowser::disableReboot method (MaximePinot)
This PR was merged into the 5.4 branch. Discussion ---------- [Testing] Mention the `KernelBrowser::disableReboot` method It would have been helpful to me to know about the `disableReboot` method while reading this caution block, so I think it will also be useful for others. 😊 Commits ------- c34c5cb [Testing] Mention the `KernelBrowser::disableReboot` method
2 parents be6407e + c34c5cb commit 5c0596d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ This allows you to create all types of requests you can think of:
622622
Also, it means that entities loaded by Doctrine repositories will
623623
be "detached", so they will need to be refreshed by the manager or
624624
queried again from a repository.
625+
You can disable this behavior by calling the :method:`disableReboot() <Symfony\\Bundle\\FrameworkBundle\\KernelBrowser::disableReboot>` method.
625626

626627
Browsing the Site
627628
.................

0 commit comments

Comments
 (0)