Skip to content

Commit b9e169e

Browse files
Update Symfony.php
Explaining the (so far) only known case of loading two *framework* modules in parallel, see Codeception/Codeception#6026 (comment)
1 parent 29f9126 commit b9e169e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Codeception/Module/Symfony.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@
9898
* browser: firefox
9999
* ```
100100
*
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+
*
101104
*/
102105
class Symfony extends Framework implements DoctrineProvider, PartedModule
103106
{

0 commit comments

Comments
 (0)