function let(Presenter $presenter, IO $io, StatisticsCollector $stats) { $this->beAnInstanceOf('spec\\PhpSpec\\Formatter\\TestableBasicFormatter'); $this->beConstructedWith($presenter, $io, $stats); }