spec\LdapTools\Ldif\Entry\LdifEntryDeleteSpec::it_should_get_a_delete_operation PHP Метод

it_should_get_a_delete_operation() публичный Метод

    function it_should_get_a_delete_operation()
    {
        $this->toOperation()->shouldReturnAnInstanceOf('LdapTools\\Operation\\DeleteOperation');
        $this->toOperation()->getDn()->shouldBeEqualTo('dc=foo,dc=bar');
    }