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

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

    function it_should_return_self_when_calling_the_magical_remove()
    {
        $this->removeFirstName('Chad')->shouldReturnAnInstanceOf('\\LdapTools\\Object\\LdapObject');
    }
LdapObjectSpec