[PR #78] Remove PhptOverrideManager #103

Open
opened 2026-01-24 11:40:49 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/php/pftt2/pull/78
Author: @cmb69
Created: 10/16/2019
Status: 🔄 Open

Base: masterHead: remove-overrides


📝 Commits (1)

  • f685410 Remove PhptOverrideManager

📊 Changes

3 files changed (+2 additions, -81 deletions)

View changed files

src/com/mostc/pftt/model/core/PhptOverrideManager.java (+0 -62)
📝 src/com/mostc/pftt/model/core/PhptTestCase.java (+2 -16)
📝 src/com/mostc/pftt/runner/AbstractPhptTestCaseRunner.java (+0 -3)

📄 Description

The purpose of the PhptOverrideManager is to be able to adjust PHPT
expections for some platforms. This should, however, be done in the
PHPTs whenever necessary. Besides, the functionality appears to never
has been actually used.


🔄 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/php/pftt2/pull/78 **Author:** [@cmb69](https://github.com/cmb69) **Created:** 10/16/2019 **Status:** 🔄 Open **Base:** `master` ← **Head:** `remove-overrides` --- ### 📝 Commits (1) - [`f685410`](https://github.com/php/pftt2/commit/f685410d02dac5094f93456eb74f1eff60603021) Remove PhptOverrideManager ### 📊 Changes **3 files changed** (+2 additions, -81 deletions) <details> <summary>View changed files</summary> ➖ `src/com/mostc/pftt/model/core/PhptOverrideManager.java` (+0 -62) 📝 `src/com/mostc/pftt/model/core/PhptTestCase.java` (+2 -16) 📝 `src/com/mostc/pftt/runner/AbstractPhptTestCaseRunner.java` (+0 -3) </details> ### 📄 Description The purpose of the `PhptOverrideManager` is to be able to adjust PHPT expections for some platforms. This should, however, be done in the PHPTs whenever necessary. Besides, the functionality appears to never has been actually used. --- <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-24 11:40:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/pftt2#103