Skip to content

Commit d49fad4

Browse files
committed
updated
1 parent 0cd6889 commit d49fad4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

for/symfony.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sidebar: |
66
77
## Features
88
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(...);`
1111
* Assert that emails would have been sent: `$I->seeEmailIsSent();`
1212
* It's possible to have different Codeception setups for each Symfony bundle.
1313
* Tests are wrapped into Doctrine transaction to speed them up.

0 commit comments

Comments
 (0)