PHPSpec2\Mocker\MockExpectation::getExpectation PHP Method

getExpectation() private method

private getExpectation ( )
    private function getExpectation()
    {
        if (null !== $this->expectation) {
            return $this->expectation;
        }
        return $this->expectation = $this->mocker->createExpectation($this->mock, $this->method, $this->arguments);
    }