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

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

    function it_should_add_an_attribute_value_when_calling_add()
    {
        $this->add('lastName', 'Bar');
        $this->get('lastName')->shouldContain('Bar');
    }
LdapObjectSpec