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

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

    function it_should_return_self_when_calling_the_magical_add()
    {
        $this->addEmailAddress('[email protected]')->shouldReturnAnInstanceOf('\\LdapTools\\Object\\LdapObject');
    }
LdapObjectSpec