File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -230,6 +230,19 @@ protected function createDatabase()
230230 *
231231 *******************/
232232
233+ /**
234+ * @return string
235+ */
236+ public function getHelp ()
237+ {
238+ return <<<HELP
239+ <p>
240+ To install the Couchdb HTTP client library via Composer:
241+ <code>composer require "doctrine/couchdb" "@dev"</code>
242+ </p>
243+ HELP ;
244+ }
245+
233246 /**
234247 * @return DriverStatistic
235248 */
Original file line number Diff line number Diff line change @@ -141,6 +141,20 @@ protected function driverConnect()
141141 *
142142 *******************/
143143
144+
145+ /**
146+ * @return string
147+ */
148+ public function getHelp ()
149+ {
150+ return <<<HELP
151+ <p>
152+ To install the Predis library via Composer:
153+ <code>composer require "predis/predis" "~1.1.0"</code>
154+ </p>
155+ HELP ;
156+ }
157+
144158 /**
145159 * @return DriverStatistic
146160 */
You can’t perform that action at this time.
0 commit comments