spec\LdapTools\Object\LdapObjectSpec::it_should_be_case_insensitive_when_calling_remove PHP Méthode

it_should_be_case_insensitive_when_calling_remove() public méthode

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