Skip to content

Commit ccc5592

Browse files
Update Symfony.php: Renaming Doctrine2 -> Doctrine
1 parent be24b2b commit ccc5592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Codeception/Module/Symfony.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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.
@@ -118,7 +118,7 @@
118118
* enabled:
119119
* - Symfony:
120120
* part: services
121-
* - Doctrine2:
121+
* - Doctrine:
122122
* depends: Symfony
123123
* - WebDriver:
124124
* url: http://example.com

0 commit comments

Comments
 (0)