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

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

    function it_should_add_an_additional_attribute_when_calling_the_magical_add()
    {
        $this->addEmailAddress('[email protected]');
        $this->getEmailAddress()->shouldBeArray();
        $this->getEmailAddress()->shouldContain('[email protected]');
        $this->getEmailAddress()->shouldContain('[email protected]');
    }
LdapObjectSpec