File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 3838use function var_export ;
3939
4040/**
41+ * Upgrading from Module "Doctrine2":
42+ * * In your `composer.json`: Replace `"codeception/module-doctrine2"` with `"codeception/module-doctrine"`
43+ * * In your `Acceptance.suite.yml`, `Functional.suite.yml`, and `Unit.suite.yml`: Replace `- Doctrine2:` with `- Doctrine:`
44+ * * In any file in `Support/Helper/`: Change `$this->getModule('Doctrine2')` to `$this->getModule('Doctrine')`
45+ *
4146 * Access the database using [Doctrine ORM](https://docs.doctrine-project.org/projects/doctrine-orm/en/latest/).
4247 *
4348 * When used with Symfony or Zend Framework 2, Doctrine's Entity Manager is automatically retrieved from Service Locator.
44- * Set up your `functional .suite.yml` like this:
49+ * Set up your `Functional .suite.yml` like this:
4550 *
4651 * ```yaml
4752 * modules:
You can’t perform that action at this time.
0 commit comments