[PR #1239] [MERGED] Restore exception_handler & error_handler for Tests #1270

Closed
opened 2026-02-04 19:31:47 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1239
Author: @rmartinoscar
Created: 4/12/2025
Status: Merged
Merged: 4/12/2025
Merged by: @rmartinoscar

Base: mainHead: fix/TestsExceptionErrorHandlers


📝 Commits (1)

  • fc2eef5 Restore exception_handler & error_handler for Tests

📊 Changes

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

View changed files

📝 tests/TestCase.php (+3 -0)

📄 Description

Get actual traces when a Test fails instead of

Test code or tested code removed error handlers other than its own
Test code or tested code removed exception handlers other than its own

🔄 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/pelican-dev/panel/pull/1239 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 4/12/2025 **Status:** ✅ Merged **Merged:** 4/12/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/TestsExceptionErrorHandlers` --- ### 📝 Commits (1) - [`fc2eef5`](https://github.com/pelican-dev/panel/commit/fc2eef55da76b907837c65f70bb67f69b6e6c019) Restore `exception_handler` & `error_handler` for Tests ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `tests/TestCase.php` (+3 -0) </details> ### 📄 Description Get actual traces when a Test fails instead of ``` Test code or tested code removed error handlers other than its own Test code or tested code removed exception handlers other than its own ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:31:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1270