PHPSpec2\Mocker\MockeryMocker::hasExpectation PHP Method

hasExpectation() public method

public hasExpectation ( $mock, $method, array $arguments = null, $offset = null )
$arguments array
    public function hasExpectation($mock, $method, array $arguments = null, $offset = null)
    {
        return null !== $this->getExpectation($mock, $method, $arguments, $offset);
    }