Skip to content

Commit 29f9126

Browse files
Update Symfony.php
Adding link to central "Parts" chapter, as announced in Codeception/module-webdriver#33 (comment) If you agree, I'll copy-paste this to all other modules that have parts.
1 parent a921d1f commit 29f9126

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/Codeception/Module/Symfony.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@
7878
*
7979
* ## Parts
8080
*
81-
* * services - allows to use Symfony DIC only with WebDriver or PhpBrowser modules.
81+
* * `services`: Symfony dependency injection container (DIC)
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.
8285
*
8386
* Usage example:
8487
*
@@ -87,12 +90,12 @@
8790
* modules:
8891
* enabled:
8992
* - Symfony:
90-
* part: SERVICES
93+
* part: services
9194
* - Doctrine2:
9295
* depends: Symfony
9396
* - WebDriver:
9497
* url: http://your-url.com
95-
* browser: phantomjs
98+
* browser: firefox
9699
* ```
97100
*
98101
*/

0 commit comments

Comments
 (0)