[PR #928] [CLOSED] Support PHPUnit 3.8+ Compatibility #8914

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/928
Author: @JoelMarcey
Created: 2/4/2014
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 9171cab Support PHPUnit 3.8+ Compatibility

📊 Changes

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

View changed files

📝 tests/NativePhpunitTask.php (+14 -1)

📄 Description

PHPUnit 3.8+ adds a method to its PHPUnit_Framework_TestListener interface called addRiskyTest(). Need to stub it out to avoid "must implement this interface method" fatals when using 3.8+


🔄 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/928 **Author:** [@JoelMarcey](https://github.com/JoelMarcey) **Created:** 2/4/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9171cab`](https://github.com/doctrine/orm/commit/9171cabd113282ee763a42dc27ce087f683851d9) Support PHPUnit 3.8+ Compatibility ### 📊 Changes **1 file changed** (+14 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tests/NativePhpunitTask.php` (+14 -1) </details> ### 📄 Description PHPUnit 3.8+ adds a method to its PHPUnit_Framework_TestListener interface called addRiskyTest(). Need to stub it out to avoid "must implement this interface method" fatals when using 3.8+ --- <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:17 +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#8914