Skip to content

Commit 6d34a0a

Browse files
chore: disable keep_legacy_inflector in Doctrine tests
1 parent e33bc3c commit 6d34a0a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Doctrine/Odm/Tests/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ api_platform:
2121
json: ['application/json']
2222
doctrine: false
2323
doctrine_mongodb_odm: true
24+
keep_legacy_inflector: false
2425
mapping:
2526
paths:
2627
- '%kernel.project_dir%/Fixtures/Document'

src/Doctrine/Orm/Tests/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ api_platform:
2020
formats:
2121
json: ['application/json']
2222
doctrine: true
23+
keep_legacy_inflector: false
2324
mapping:
2425
paths:
2526
- '%kernel.project_dir%/Fixtures/Entity'

0 commit comments

Comments
 (0)