zenstruck / browser

A fluent interface for your Symfony functional tests.
MIT License
185 stars 17 forks source link

feat: `click()` with method (`KernelBrowser`) #124

Open kbond opened 1 year ago

kbond commented 1 year ago
$this->browser()
    ->visit('/some-page')
    ->click('some link', 'DELETE') // add method option
;