spec\PHPSpec2\Matcher\TypeMatcher::it_matches_interface_instance PHP 메소드

it_matches_interface_instance() 공개 메소드

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