Maria Fisher

Results 3 comments of Maria Fisher

Since those errors are in items pulled into the vendor folder, this is only relevant if you're running unit tests on the api itself. For `phpunit/phpunit-mock-objects` the project is archived,...

I struggled with this ajax not working with file uploads for far too long before realizing that the `And I attach the file "whatever" to "whatcha"` step does not actually...

I resolved this by explicitly updating the `friends-of-behat/mink-extension` package: ``` composer update friends-of-behat/mink-extension ``` which should pull in the "replace" from the composer.json file linked. Output: ``` ➜ composer update...