zenstruck / browser

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

Ability to "use" data collector #73

Closed kbond closed 2 years ago

kbond commented 2 years ago
$this->browser()
    // ...
    ->use(function(RequestDataCollector $collector) {
        // ...
    })
;