[PR #842] [MERGED] Added EntityManager query creation tests #8781

Open
opened 2026-01-22 16:01:41 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/842
Author: @TheFrozenFire
Created: 11/7/2013
Status: Merged
Merged: 12/14/2013
Merged by: @Ocramius

Base: masterHead: tests/query-tests


📝 Commits (1)

  • 8b4b8e7 Test EntityManager::createNamedQuery.

📊 Changes

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

View changed files

📝 tests/Doctrine/Tests/ORM/EntityManagerTest.php (+25 -0)

📄 Description

Couple of small tests for the untested createNamedNativeQuery and createNamedQuery methods.


🔄 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/842 **Author:** [@TheFrozenFire](https://github.com/TheFrozenFire) **Created:** 11/7/2013 **Status:** ✅ Merged **Merged:** 12/14/2013 **Merged by:** [@Ocramius](https://github.com/Ocramius) **Base:** `master` ← **Head:** `tests/query-tests` --- ### 📝 Commits (1) - [`8b4b8e7`](https://github.com/doctrine/orm/commit/8b4b8e7268a147a7e17f65d2e461ff458d031776) Test EntityManager::createNamedQuery. ### 📊 Changes **1 file changed** (+25 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `tests/Doctrine/Tests/ORM/EntityManagerTest.php` (+25 -0) </details> ### 📄 Description Couple of small tests for the untested createNamedNativeQuery and createNamedQuery methods. --- <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 16:01:41 +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#8781