zenstruck / browser

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

fix: enable attaching `\SplFileInfo` objects #119

Closed kbond closed 1 year ago

kbond commented 1 year ago

It was not possible to attach an \SplFileInfo object as it was cast to an array. Adding the string|array type-hint fixes this.