Commit fa9b044
fix: conditionally configure Doctrine ORM options based on doctrine-bundle version
Add version-specific Doctrine ORM configuration in AppKernel to support both
doctrine-bundle 2.x and 3.x:
- For doctrine-bundle 2.x (< 3.0): Set enable_lazy_ghost_objects and auto_generate_proxy_classes
- For doctrine-bundle 3.x (>= 3.0): These options are deprecated/removed and should not be set
This fixes compatibility issues when running tests with different doctrine-bundle versions.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b7bdf8a commit fa9b044
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
41 | 58 | | |
42 | 59 | | |
0 commit comments