spec\Prophecy\Prophecy\MethodProphecySpec::it_contains_ArgumentsWildcard_it_was_constructed_with PHP Method

it_contains_ArgumentsWildcard_it_was_constructed_with() public method

public it_contains_ArgumentsWildcard_it_was_constructed_with ( $objectProphecy, Prophecy\Argument\ArgumentsWildcard $wildcard )
$wildcard Prophecy\Argument\ArgumentsWildcard
    function it_contains_ArgumentsWildcard_it_was_constructed_with($objectProphecy, ArgumentsWildcard $wildcard)
    {
        $this->beConstructedWith($objectProphecy, 'getName', $wildcard);
        $this->getArgumentsWildcard()->shouldReturn($wildcard);
    }
MethodProphecySpec