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
Copy file name to clipboardExpand all lines: src/Codeception/Module/Symfony.php
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,9 @@
98
98
* browser: firefox
99
99
* ```
100
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
+
*
101
104
*/
102
105
class Symfony extends Framework implements DoctrineProvider, PartedModule
0 commit comments