Dumoulin
Results
2
issues of
Dumoulin
In some case, it can be useful to mock a callable. So far, no method exists to provide it, but the following workaround is possible : ```php $mock = $this->createPartialMock(\stdClass::class,...
type/enhancement
feature/test-doubles
I am trying to add phpstan-dba extension on my project and when I am running the analyse command, I get a report of errors like expected, but also the following...