[PR #22] [MERGED] Fixed tests to work with php 7.4 and on windows #21 #32

Closed
opened 2026-01-24 11:24:53 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/reflection/pull/22
Author: @sspat
Created: 12/2/2019
Status: Merged
Merged: 12/2/2019
Merged by: @alcaeus

Base: masterHead: fix_php74_and_windows_test_errors


📝 Commits (3)

📊 Changes

6 files changed (+13 additions, -11 deletions)

View changed files

📝 .travis.yml (+1 -0)
📝 lib/Doctrine/Common/Reflection/StaticReflectionMethod.php (+1 -1)
📝 tests/Doctrine/Tests/Common/Reflection/Psr0FindFileTest.php (+4 -3)
📝 tests/Doctrine/Tests/Common/Reflection/StaticReflectionClassTest.php (+1 -1)
📝 tests/Doctrine/Tests/Common/Reflection/StaticReflectionMethodTest.php (+3 -3)
📝 tests/Doctrine/Tests/Common/Reflection/StaticReflectionPropertyTest.php (+3 -3)

📄 Description

Fixes #21


🔄 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/reflection/pull/22 **Author:** [@sspat](https://github.com/sspat) **Created:** 12/2/2019 **Status:** ✅ Merged **Merged:** 12/2/2019 **Merged by:** [@alcaeus](https://github.com/alcaeus) **Base:** `master` ← **Head:** `fix_php74_and_windows_test_errors` --- ### 📝 Commits (3) - [`de66230`](https://github.com/doctrine/reflection/commit/de6623087078e3e3cedb93061069bc4c713f0220) Fixed tests to work with php 7.4 and on windows #21 - [`81f27df`](https://github.com/doctrine/reflection/commit/81f27df605f29ed6a3e3e7d91215fa8d9faab86c) Added PHP 7.4 to travis builds #21 - [`859446e`](https://github.com/doctrine/reflection/commit/859446e96794ebfdaeecd564e0973b55841fd5b5) Fixed code style #21 ### 📊 Changes **6 files changed** (+13 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -0) 📝 `lib/Doctrine/Common/Reflection/StaticReflectionMethod.php` (+1 -1) 📝 `tests/Doctrine/Tests/Common/Reflection/Psr0FindFileTest.php` (+4 -3) 📝 `tests/Doctrine/Tests/Common/Reflection/StaticReflectionClassTest.php` (+1 -1) 📝 `tests/Doctrine/Tests/Common/Reflection/StaticReflectionMethodTest.php` (+3 -3) 📝 `tests/Doctrine/Tests/Common/Reflection/StaticReflectionPropertyTest.php` (+3 -3) </details> ### 📄 Description Fixes #21 --- <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:24:53 +01:00
admin closed this issue 2026-01-24 11:24:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/reflection#32