expondo
Results
2
comments of
expondo
Ok, now it is clear and correct with what I'm understood from doc. My problem is that in my project I'm do not want to use Facades for my services,...
I just checked and it works: ``` $browser->registerFake(\Facades\App\Service\InvoiceDownloadService::class, InvoiceDownloadServiceFake::class); $browser->mock(\Facades\App\Service\InvoiceDownloadService::class); ``` But still, not everyone want to use Facades in that way ;)