You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
82
85
*
83
86
* Usage example:
84
87
*
@@ -87,14 +90,17 @@
87
90
* modules:
88
91
* enabled:
89
92
* - Symfony:
90
-
* part: SERVICES
93
+
* part: services
91
94
* - Doctrine2:
92
95
* depends: Symfony
93
96
* - WebDriver:
94
97
* url: http://your-url.com
95
-
* browser: phantomjs
98
+
* browser: firefox
96
99
* ```
97
100
*
101
+
* If you're using Symfony with Eloquent ORM (instead of Doctrine), you can load the [`ORM` part of Laravel module](https://codeception.com/docs/modules/Laravel5#Parts)
102
+
* in addition to Symfony module.
103
+
*
98
104
*/
99
105
class Symfony extends Framework implements DoctrineProvider, PartedModule
0 commit comments