This repository was archived by the owner on Mar 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ DrupalVariable:
5353
5454Required config variables:
5555
56- * ' drupal_root' . This is the path the local instance of the drupal site you wish to set/get variables on.
56+ * ` drupal_root` . This is the path the local instance of the drupal site you wish to set/get variables on.
5757 * e.g. `/home/sites/www.example.com`
5858
59- # #Direct connection
59+ # #Direct connection to database
6060
6161` ` ` yaml
6262DrupalVariable:
@@ -65,10 +65,10 @@ DrupalVariable:
6565
6666Required config variables :
6767
68- * dsn - dsn to the instance of the drupal site db.
68+ * ` dsn` - dsn to the instance of the drupal site db.
6969 * e.g. `mysql:host=localhost;dbname=drupal`
70- * user - the db user
71- * password - the db password
70+ * ` user` - the db user
71+ * ` password` - the db password
7272
7373# #Drush
7474
@@ -79,5 +79,5 @@ DrupalVariable:
7979
8080Required config variables :
8181
82- * drush_alias - the drush alias to the site under test.
82+ * ` drush_alias` - the drush alias to the site under test.
8383 * e.g. `@mysite.local`
Original file line number Diff line number Diff line change 11{
22 "name" : " ixis/codeception-drupal-variable" ,
3- "description" : " A Codeception module to allow Drupal drush commands to be run during tests" ,
3+ "description" : " A Codeception module to allow Drupal variables to be tested and set during tests" ,
44 "homepage" : " https://github.com/ixis/codeception-drupal-variable" ,
55 "license" : " MIT" ,
66 "authors" : [
You can’t perform that action at this time.
0 commit comments