[PR #567] [MERGED] Removed outdated methods in DatabasePlatformMock #8381

Closed
opened 2026-01-22 15:59:39 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/567
Author: @BenMorel
Created: 2/3/2013
Status: Merged
Merged: 2/3/2013
Merged by: @guilhermeblanco

Base: masterHead: uselessmethods


📝 Commits (1)

  • ec1b47a Removed outdated methods in DatabasePlatformMock.

📊 Changes

1 file changed (+0 additions, -14 deletions)

View changed files

📝 tests/Doctrine/Tests/Mocks/DatabasePlatformMock.php (+0 -14)

📄 Description

DatabasePlatformMock::getNativeDeclaration() and getPortableDeclaration() do not override an existing method in AbstractPlatform.
I guess they are leftovers of a previous version, and should be removed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/567 **Author:** [@BenMorel](https://github.com/BenMorel) **Created:** 2/3/2013 **Status:** ✅ Merged **Merged:** 2/3/2013 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `uselessmethods` --- ### 📝 Commits (1) - [`ec1b47a`](https://github.com/doctrine/orm/commit/ec1b47a3e88f550252fa89b4969127f1098cbe10) Removed outdated methods in DatabasePlatformMock. ### 📊 Changes **1 file changed** (+0 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `tests/Doctrine/Tests/Mocks/DatabasePlatformMock.php` (+0 -14) </details> ### 📄 Description `DatabasePlatformMock::getNativeDeclaration()` and `getPortableDeclaration()` do not override an existing method in `AbstractPlatform`. I guess they are leftovers of a previous version, and should be removed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:59:39 +01:00
admin closed this issue 2026-01-22 15:59:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8381