browser
browser copied to clipboard
A fluent interface for your Symfony functional tests.
Results
32
browser issues
Sort by
recently updated
recently updated
newest added
Hello, I was trying to do a test on a controller using Mobile Detect lib (https://github.com/serbanghita/Mobile-Detect). Like this: ``` $browser ->interceptRedirects() ->actingAs($user->_real()) ->get('/', [ 'headers' => [ 'User-Agent' => 'blabla'...
The array shape for the `$files` argument to `HttpOptions::withFiles(array $files)` is defined as `array`, but it should be `array`. There is an existing issue (#97) suggesting strings should be allowed...