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: for/symfony.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar: |
7
7
## Features
8
8
9
9
* Access Symfony services through the dependecy injection container: `$I->grabService(...)`
10
-
* Use Doctrine to access the database (in combination with Codeception's [Doctrine2 Module](http://codeception.com/docs/modules/Doctrine2)): `$I->seeInRepository(...);`
10
+
* Use Doctrine to test against the database: `$I->seeInRepository(...);`
11
11
* Assert that emails would have been sent: `$I->seeEmailIsSent();`
12
12
* It's possible to have different Codeception setups for each Symfony bundle.
13
13
* Tests are wrapped into Doctrine transaction to speed them up.
0 commit comments