Skip to content

Commit 66433eb

Browse files
committed
updated
1 parent d49fad4 commit 66433eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

for/symfony.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar: |
77
## Features
88
99
* 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(...);`
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.
@@ -16,6 +16,7 @@ sidebar: |
1616
## Reference
1717
1818
* [Symfony Module](/docs/modules/Symfony)
19+
* [Doctrine2 Module](http://codeception.com/docs/modules/Doctrine2)
1920
* [Demo Application](https://github.com/Codeception/symfony-demo)
2021
2122
---

0 commit comments

Comments
 (0)