spec\Prophecy\Exception\Prediction\UnexpectedCallsCountExceptionSpec::it_should_expose_expectedCount_through_getter PHP Method

it_should_expose_expectedCount_through_getter() public method

    function it_should_expose_expectedCount_through_getter()
    {
        $this->getExpectedCount()->shouldReturn(5);
    }