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

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

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