zenstruck / browser

A fluent interface for your Symfony functional tests.
MIT License
190 stars 18 forks source link

Refactor response #40

Closed kbond closed 3 years ago

kbond commented 3 years ago

When dumping with a selector, the outer html of the node is not output. (ie $browser->dump('form') now includes the <form> tag)