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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ sidebar: |
6
6
7
7
## Features
8
8
9
-
* Access Symfony services through the dependecy injection container: `$I->grabService('my_service');`
10
-
* Use Doctrine to access the database (in combination with Codeception's [Doctrine2 Module](http://codeception.com/docs/modules/Doctrine2)): `$I->seeInRepository('AppBundle:User', array('name' => 'davert'));`
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(...);`
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