Skip to content
This repository was archived by the owner on Mar 2, 2020. It is now read-only.

Commit b6dec93

Browse files
committed
Merge branch 'develop'
2 parents fdfeae7 + 6eaa150 commit b6dec93

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ DrupalVariable:
5353
5454
Required 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
6262
DrupalVariable:
@@ -65,10 +65,10 @@ DrupalVariable:
6565

6666
Required 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

8080
Required 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`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)