spec\PHPSpec2\Matcher\TypeMatcher::it_matches_interface_instance PHP Method

it_matches_interface_instance() public method

public it_matches_interface_instance ( ArrayObject $object )
$object ArrayObject
    function it_matches_interface_instance($object)
    {
        $this->shouldNotThrow()->duringPositiveMatch('haveType', $object, array('ArrayAccess'));
    }