spec\LdapTools\Object\LdapObjectSpec::it_should_return_self_when_calling_set PHP Méthode

it_should_return_self_when_calling_set() public méthode

    function it_should_return_self_when_calling_set()
    {
        $this->set('firstName', 'Foo')->shouldReturnAnInstanceOf('\\LdapTools\\Object\\LdapObject');
    }
LdapObjectSpec