mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 17:22:08 +01:00
[PR #78] Remove PhptOverrideManager #103
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/php/pftt2/pull/78
Author: @cmb69
Created: 10/16/2019
Status: 🔄 Open
Base:
master← Head:remove-overrides📝 Commits (1)
f685410Remove 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
PhptOverrideManageris to be able to adjust PHPTexpections 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.