phpstan-phpspec icon indicating copy to clipboard operation
phpstan-phpspec copied to clipboard

PhpSpec extension for PHPStan

Results 2 phpstan-phpspec issues
Sort by recently updated
recently updated
newest added

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`...