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'));
    }