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

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

    function it_should_return_self_when_calling_remove()
    {
        $this->remove('firstName', 'Chad')->shouldReturnAnInstanceOf('\\LdapTools\\Object\\LdapObject');
    }
LdapObjectSpec