File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 },
2626 "require-dev" : {
2727 "codeception/module-asserts" : " ^3.0" ,
28- "codeception/module-doctrine2 " : " ^3.0 " ,
28+ "codeception/module-doctrine " : " ^3.1 " ,
2929 "doctrine/orm" : " ^2.10" ,
3030 "symfony/browser-kit" : " ^5.4 | ^6.4 | ^7.0" ,
3131 "symfony/cache" : " ^5.4 | ^6.4 | ^7.0" ,
Original file line number Diff line number Diff line change 6262 * and [HttpKernel Component](https://symfony.com/doc/current/components/http_kernel.html) to emulate requests and test response.
6363 *
6464 * * Access Symfony services through the dependency injection container: [`$I->grabService(...)`](#grabService)
65- * * Use Doctrine to test against the database: `$I->seeInRepository(...)` - see [Doctrine Module](https://codeception.com/docs/modules/Doctrine2 )
65+ * * Use Doctrine to test against the database: `$I->seeInRepository(...)` - see [Doctrine Module](https://codeception.com/docs/modules/Doctrine )
6666 * * Assert that emails would have been sent: [`$I->seeEmailIsSent()`](#seeEmailIsSent)
6767 * * Tests are wrapped into Doctrine transaction to speed them up.
6868 * * Symfony Router can be cached between requests to speed up testing.
118118 * enabled:
119119 * - Symfony:
120120 * part: services
121- * - Doctrine2 :
121+ * - Doctrine :
122122 * depends: Symfony
123123 * - WebDriver:
124124 * url: http://example.com
You can’t perform that action at this time.
0 commit comments