File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
},
26
26
"require-dev" : {
27
27
"codeception/module-asserts" : " ^3.0" ,
28
- "codeception/module-doctrine2 " : " ^3.0 " ,
28
+ "codeception/module-doctrine " : " ^3.1 " ,
29
29
"doctrine/orm" : " ^2.10" ,
30
30
"symfony/browser-kit" : " ^5.4 | ^6.4 | ^7.0" ,
31
31
"symfony/cache" : " ^5.4 | ^6.4 | ^7.0" ,
Original file line number Diff line number Diff line change 62
62
* and [HttpKernel Component](https://symfony.com/doc/current/components/http_kernel.html) to emulate requests and test response.
63
63
*
64
64
* * 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 )
66
66
* * Assert that emails would have been sent: [`$I->seeEmailIsSent()`](#seeEmailIsSent)
67
67
* * Tests are wrapped into Doctrine transaction to speed them up.
68
68
* * Symfony Router can be cached between requests to speed up testing.
118
118
* enabled:
119
119
* - Symfony:
120
120
* part: services
121
- * - Doctrine2 :
121
+ * - Doctrine :
122
122
* depends: Symfony
123
123
* - WebDriver:
124
124
* url: http://example.com
You can’t perform that action at this time.
0 commit comments