[PR #856] [MERGED] Fix dependency for tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php #8805

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/856
Author: @ptarjan
Created: 11/22/2013
Status: Merged
Merged: 11/22/2013
Merged by: @Ocramius

Base: masterHead: reference_proxy_test


📝 Commits (1)

  • 1fe8ff7 Fix dependency for tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php

📊 Changes

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

View changed files

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

📄 Description

If this test is run in isolation I get

PDOException: SQLSTATE[HY000]: General error: 1 no such table: company_events

because the table isn't made yet. Running the whole suite works because some other test sets up the table.


🔄 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/856 **Author:** [@ptarjan](https://github.com/ptarjan) **Created:** 11/22/2013 **Status:** ✅ Merged **Merged:** 11/22/2013 **Merged by:** [@Ocramius](https://github.com/Ocramius) **Base:** `master` ← **Head:** `reference_proxy_test` --- ### 📝 Commits (1) - [`1fe8ff7`](https://github.com/doctrine/orm/commit/1fe8ff756e352a2e7b2ccb890970d9e30c132fe4) Fix dependency for tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php` (+1 -0) </details> ### 📄 Description If this test is run in isolation I get ``` PDOException: SQLSTATE[HY000]: General error: 1 no such table: company_events ``` because the table isn't made yet. Running the whole suite works because some other test sets up the table. --- <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:48 +01:00
admin closed this issue 2026-01-22 16:01:48 +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#8805