Skip to content

Commit 29f5aae

Browse files
committed
minor #12487 Added a detail for getCrawler return. (TheGarious)
This PR was merged into the 4.3 branch. Discussion ---------- Added a detail for getCrawler return. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- a73f117 Added a detail for getCrawler return.
2 parents e98061c + a73f117 commit 29f5aae

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
@@ -535,6 +535,7 @@ You can also get the objects related to the latest request::
535535
// the BrowserKit response instance
536536
$response = $client->getInternalResponse();
537537

538+
// the Crawler instance
538539
$crawler = $client->getCrawler();
539540

540541
Accessing the Container

0 commit comments

Comments
 (0)