[PR #909] [MERGED] Fix DatabaseDriverTest on SQL Server #8886

Closed
opened 2026-01-22 16:02:08 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/909
Author: @deeky666
Created: 1/13/2014
Status: Merged
Merged: 1/13/2014
Merged by: @beberlei

Base: masterHead: fix-sqlserver-database-driver-test


📝 Commits (1)

  • 3eced21 add missing use statement for SQL Server testsuite to work

📊 Changes

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

View changed files

📝 tests/Doctrine/Tests/ORM/Functional/DatabaseDriverTest.php (+1 -0)

📄 Description

A missing use statement causes Doctrine\Tests\ORM\Functional\DatabaseDriverTest to fail.


🔄 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/909 **Author:** [@deeky666](https://github.com/deeky666) **Created:** 1/13/2014 **Status:** ✅ Merged **Merged:** 1/13/2014 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `fix-sqlserver-database-driver-test` --- ### 📝 Commits (1) - [`3eced21`](https://github.com/doctrine/orm/commit/3eced21a011b84ea5558e3ca08e71152952f812a) add missing use statement for SQL Server testsuite to work ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `tests/Doctrine/Tests/ORM/Functional/DatabaseDriverTest.php` (+1 -0) </details> ### 📄 Description A missing `use` statement causes `Doctrine\Tests\ORM\Functional\DatabaseDriverTest` to fail. --- <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:02:09 +01:00
admin closed this issue 2026-01-22 16:02:09 +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#8886