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 38
38
use function var_export ;
39
39
40
40
/**
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
+ *
41
46
* Access the database using [Doctrine ORM](https://docs.doctrine-project.org/projects/doctrine-orm/en/latest/).
42
47
*
43
48
* 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:
45
50
*
46
51
* ```yaml
47
52
* modules:
You can’t perform that action at this time.
0 commit comments