[PR #93] [MERGED] Last change from assertTrue($a instanceof $b) to assertInstanceOf #7701

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/93
Author: @kwiateusz
Created: 7/27/2011
Status: Merged
Merged: 8/15/2011
Merged by: @guilhermeblanco

Base: masterHead: UnitTestsUpdate


📝 Commits (1)

  • a47af43 Last change from assertTrue($a instanceof $b) to assertInstanceOf

📊 Changes

3 files changed (+59 additions, -59 deletions)

View changed files

📝 tests/Doctrine/Tests/ORM/Hydration/ObjectHydratorTest.php (+55 -55)
📝 tests/Doctrine/Tests/ORM/Mapping/ClassMetadataTest.php (+1 -1)
📝 tests/Doctrine/Tests/ORM/Tools/Export/AbstractClassMetadataExporterTest.php (+3 -3)

📄 Description

No description provided


🔄 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/93 **Author:** [@kwiateusz](https://github.com/kwiateusz) **Created:** 7/27/2011 **Status:** ✅ Merged **Merged:** 8/15/2011 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `UnitTestsUpdate` --- ### 📝 Commits (1) - [`a47af43`](https://github.com/doctrine/orm/commit/a47af43bc1006178c65ba41052e4aa2b2099fa50) Last change from assertTrue($a instanceof $b) to assertInstanceOf ### 📊 Changes **3 files changed** (+59 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `tests/Doctrine/Tests/ORM/Hydration/ObjectHydratorTest.php` (+55 -55) 📝 `tests/Doctrine/Tests/ORM/Mapping/ClassMetadataTest.php` (+1 -1) 📝 `tests/Doctrine/Tests/ORM/Tools/Export/AbstractClassMetadataExporterTest.php` (+3 -3) </details> ### 📄 Description _No description provided_ --- <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:56:27 +01:00
admin closed this issue 2026-01-22 15:56:27 +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#7701