Commit 3b284ed4fc2 for php.net
commit 3b284ed4fc27ab83c4e0d9e208d614523743e641
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date: Thu Jul 2 14:40:29 2026 -0700
Update `ReflectionMethod_getClosureThis.phpt` to match actual contents
The file name was correct, but the test name mentioned
`Reflection::getClosureThis()` (which does not exist). Update the test name to
say `ReflectionMethod::getClosureThis()`.
diff --git a/ext/reflection/tests/ReflectionMethod_getClosureThis.phpt b/ext/reflection/tests/ReflectionMethod_getClosureThis.phpt
index 656fde814d9..c9237e29642 100644
--- a/ext/reflection/tests/ReflectionMethod_getClosureThis.phpt
+++ b/ext/reflection/tests/ReflectionMethod_getClosureThis.phpt
@@ -1,5 +1,5 @@
--TEST--
-Reflection::getClosureThis()
+ReflectionMethod::getClosureThis()
--FILE--
<?php
class StaticExample