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 388e9c7 commit b7d73ceCopy full SHA for b7d73ce
src/Codeception/Module/Phalcon4.php
@@ -57,6 +57,9 @@
57
* * `orm` - include only `haveRecord/grabRecord/seeRecord/dontSeeRecord` actions.
58
* * `services` - allows to use `grabServiceFromContainer` and `addServiceToContainer`.
59
*
60
+ * See [WebDriver module](https://codeception.com/docs/modules/WebDriver#Loading-Parts-from-other-Modules)
61
+ * for general information on how to load parts of a framework module.
62
+ *
63
* Usage example:
64
65
* Sample bootstrap (`app/config/bootstrap.php`):
0 commit comments