mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12154] [MERGED] Merge 3.6.x up into 4.0.x #13522
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/12154
Author: @greg0ire
Created: 8/28/2025
Status: ✅ Merged
Merged: 8/28/2025
Merged by: @greg0ire
Base:
4.0.x← Head:4.0.x📝 Commits (3)
ed9ba16Feature: add support forClassLocatorceb04bfMerge pull request #12131 from rela589n/3.6.x-class-locator-doctrine-persistence-4.1c5e2f3fMerge remote-tracking branch 'origin/3.6.x' into 4.0.x📊 Changes
14 files changed (+166 additions, -54 deletions)
View changed files
📝
docs/en/reference/advanced-configuration.rst(+50 -6)📝
src/Mapping/Driver/AttributeDriver.php(+9 -3)📝
src/ORMSetup.php(+3 -2)📝
tests/Performance/EntityManagerFactory.php(+8 -9)➕
tests/Tests/Mocks/AttributeDriverFactory.php(+34 -0)📝
tests/Tests/Mocks/EntityManagerMock.php(+1 -2)📝
tests/Tests/ORM/Functional/EnumTest.php(+4 -3)📝
tests/Tests/ORM/Functional/Locking/LockAgentWorker.php(+3 -2)📝
tests/Tests/ORM/Functional/ReadonlyPropertiesTest.php(+4 -7)📝
tests/Tests/ORM/Mapping/AttributeDriverTest.php(+17 -2)📝
tests/Tests/ORM/Persisters/BinaryIdPersisterTest.php(+19 -1)📝
tests/Tests/ORM/Tools/Console/Command/SchemaTool/CommandTestCase.php(+3 -4)📝
tests/Tests/OrmFunctionalTestCase.php(+7 -8)📝
tests/Tests/OrmTestCase.php(+4 -5)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.