Skip to content

Commit ff6717e

Browse files
committed
fix(docs): mark root as optional
1 parent 7917b3d commit ff6717e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ If codeception was not previously set up:
2424
Provides full bootstrapping in to Drupal before test. Allows using drupal API in test cases.
2525

2626
### Configuration
27-
- root: Drupal root. Defaults to codeception root + `/web`.
2827
- server: Server and execution environment information.
28+
- root: Drupal root. Uses DrupalFinder to detect the Drupal root. Falls back to codeception root + `/web`. (optional)
2929

3030
```
3131
modules:
3232
- DrupalBootstrap:
33-
root: './web'
3433
server:
3534
SERVER_PORT: null
3635
REQUEST_URI: '/'
@@ -229,7 +228,7 @@ Includes:
229228
- FormField: Fields that can be set to cardinality unlimited
230229
- MTOFormField: Single value fields.
231230
- ParagraphFormField: Paragraph form fields.
232-
231+
233232
### Usage
234233

235234
Create paragraph field with machine name field_page_elements.

0 commit comments

Comments
 (0)