spec\LdapTools\Event\LdapOperationEventSpec::it_should_get_the_operation_for_the_event PHP 메소드

it_should_get_the_operation_for_the_event() 공개 메소드

    function it_should_get_the_operation_for_the_event()
    {
        $this->getOperation()->shouldReturnAnInstanceOf('LdapTools\\Operation\\LdapOperationInterface');
    }