spec\LdapTools\Ldif\Entry\LdifEntryDeleteSpec::it_should_get_a_delete_operation PHP Method

it_should_get_a_delete_operation() public method

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