phpstan-phpspec
phpstan-phpspec copied to clipboard
PhpSpec extension for PHPStan
This is problem, when collaborator is used not only in `Subject` or `Collaborator`, for example: ```php public function it_should_be_nice_spec(Client $client): void { $this->doSomethingMore($client); $this->make($client)->shouldReturn('magic'); } private function doSomethingMore(Client $client): void...
I've tried running this extension with Sylius, but the current solution with `specDir` seems to be suitable for in-house applications, which aren't divided into chunks and tested by one `phpspec`...