diff --git a/src/Codeception/Module/Laravel5.php b/src/Codeception/Module/Laravel5.php index 82a8ce8..52c6b89 100644 --- a/src/Codeception/Module/Laravel5.php +++ b/src/Codeception/Module/Laravel5.php @@ -72,7 +72,7 @@ * * ## Parts * - * * ORM - only include the database methods of this module: + * * `ORM`: Only include the database methods of this module: * * have * * haveMultiple * * haveRecord @@ -80,6 +80,9 @@ * * seeRecord * * dontSeeRecord * + * See [WebDriver module](https://codeception.com/docs/modules/WebDriver#Loading-Parts-from-other-Modules) + * for general information on how to load parts of a framework module. + * * ## Acceptance tests * * You should not use this module for acceptance tests.