spec\LdapTools\Object\LdapObjectSpec::it_should_remove_an_attribute_value_when_calling_remove PHP Метод

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

    function it_should_remove_an_attribute_value_when_calling_remove()
    {
        $this->remove('lastName', 'Sikorra');
        $this->get('lastName')->shouldBeEqualTo('');
    }
LdapObjectSpec