spec\LdapTools\Object\LdapObjectCreatorSpec::it_should_chain_calls_when_adding_attributes PHP Метод

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

    function it_should_chain_calls_when_adding_attributes()
    {
        $this->with(['foo' => 'bar'])->shouldReturnAnInstanceOf('\\LdapTools\\Object\\LdapObjectCreator');
    }