File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,13 +24,12 @@ If codeception was not previously set up:
2424Provides 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```
3131modules:
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
235234Create paragraph field with machine name field_page_elements.
You can’t perform that action at this time.
0 commit comments