We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57b55c commit 8074a66Copy full SHA for 8074a66
src/Codeception/Module/Laravel5.php
@@ -72,14 +72,17 @@
72
*
73
* ## Parts
74
75
- * * ORM - only include the database methods of this module:
+ * * `ORM`: Only include the database methods of this module:
76
* * have
77
* * haveMultiple
78
* * haveRecord
79
* * grabRecord
80
* * seeRecord
81
* * dontSeeRecord
82
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
+ *
86
* ## Acceptance tests
87
88
* You should not use this module for acceptance tests.
0 commit comments