10.
Burlas: Dobles de prueba
Keep on Learning!
If you liked what you've learned so far, dive in! Subscribe to get access to this tutorial plus video, code and script downloads.
If you liked what you've learned so far, dive in! Subscribe to get access to this tutorial plus video, code and script downloads.
Whoops, an error! Please, try again later.
2 Comments
Hey there,
How can I mock a final class, I want to test something that use EasyAdmin's AdminUrlGenerator, but its final.
Thanks
Ju
Hey @julien_bonnier
That's a good question. That's one of the reasons I don't like
finalbut there are a couple of workarounds. First, you can use Mockery https://docs.mockery.io/en/latest/reference/final_methods_classes.htmlSecond, you can mock the interface in case it implements any.
Cheers!
"Houston: no signs of life"
Start the conversation!