[PR #6] [MERGED] Add a little more test coverage. #20

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/reflection/pull/6
Author: @jwage
Created: 6/13/2018
Status: Merged
Merged: 6/13/2018
Merged by: @jwage

Base: masterHead: test-coverage


📝 Commits (1)

  • 122f480 Add a little more test coverage.

📊 Changes

9 files changed (+544 additions, -4 deletions)

View changed files

📝 composer.json (+1 -0)
📝 composer.lock (+46 -1)
📝 lib/Doctrine/Common/Reflection/Psr0FindFile.php (+2 -1)
📝 phpstan.neon (+3 -0)
tests/Doctrine/Tests/Common/Reflection/Psr0FindFileTest.php (+53 -0)
📝 tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php (+34 -2)
tests/Doctrine/Tests/Common/Reflection/StaticReflectionClassTest.php (+154 -0)
tests/Doctrine/Tests/Common/Reflection/StaticReflectionMethodTest.php (+141 -0)
tests/Doctrine/Tests/Common/Reflection/StaticReflectionPropertyTest.php (+110 -0)

📄 Description

No description provided


🔄 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/6 **Author:** [@jwage](https://github.com/jwage) **Created:** 6/13/2018 **Status:** ✅ Merged **Merged:** 6/13/2018 **Merged by:** [@jwage](https://github.com/jwage) **Base:** `master` ← **Head:** `test-coverage` --- ### 📝 Commits (1) - [`122f480`](https://github.com/doctrine/reflection/commit/122f480394fa8b9054ecede31bebfb286b2130ad) Add a little more test coverage. ### 📊 Changes **9 files changed** (+544 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -0) 📝 `composer.lock` (+46 -1) 📝 `lib/Doctrine/Common/Reflection/Psr0FindFile.php` (+2 -1) 📝 `phpstan.neon` (+3 -0) ➕ `tests/Doctrine/Tests/Common/Reflection/Psr0FindFileTest.php` (+53 -0) 📝 `tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php` (+34 -2) ➕ `tests/Doctrine/Tests/Common/Reflection/StaticReflectionClassTest.php` (+154 -0) ➕ `tests/Doctrine/Tests/Common/Reflection/StaticReflectionMethodTest.php` (+141 -0) ➕ `tests/Doctrine/Tests/Common/Reflection/StaticReflectionPropertyTest.php` (+110 -0) </details> ### 📄 Description _No description provided_ --- <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:50 +01:00
admin closed this issue 2026-01-24 11:24:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/reflection#20