Skip to content

Commit 8074a66

Browse files
Adding link to "central" parts explanation (#8)
1 parent a57b55c commit 8074a66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Codeception/Module/Laravel5.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,17 @@
7272
*
7373
* ## Parts
7474
*
75-
* * ORM - only include the database methods of this module:
75+
* * `ORM`: Only include the database methods of this module:
7676
* * have
7777
* * haveMultiple
7878
* * haveRecord
7979
* * grabRecord
8080
* * seeRecord
8181
* * dontSeeRecord
8282
*
83+
* See [WebDriver module](https://codeception.com/docs/modules/WebDriver#Loading-Parts-from-other-Modules)
84+
* for general information on how to load parts of a framework module.
85+
*
8386
* ## Acceptance tests
8487
*
8588
* You should not use this module for acceptance tests.

0 commit comments

Comments
 (0)