Commit ee019fab5a2 for php.net
commit ee019fab5a2d3e5dbf8eb3c3613f04fb8a09b2fa
Author: Gina Peter Banyard <girgias@php.net>
Date: Fri Jun 26 11:40:10 2026 +0100
ext/reflection: move ReflectionAttribute tests into subfolder
diff --git a/ext/reflection/tests/ReflectionAttribute_constructor_001.phpt b/ext/reflection/tests/attributes/ReflectionAttribute_constructor_001.phpt
similarity index 100%
rename from ext/reflection/tests/ReflectionAttribute_constructor_001.phpt
rename to ext/reflection/tests/attributes/ReflectionAttribute_constructor_001.phpt
diff --git a/ext/reflection/tests/ReflectionAttribute_newInstance_deprecated.phpt b/ext/reflection/tests/attributes/ReflectionAttribute_newInstance_deprecated.phpt
similarity index 100%
rename from ext/reflection/tests/ReflectionAttribute_newInstance_deprecated.phpt
rename to ext/reflection/tests/attributes/ReflectionAttribute_newInstance_deprecated.phpt
diff --git a/ext/reflection/tests/ReflectionAttribute_newInstance_exception.phpt b/ext/reflection/tests/attributes/ReflectionAttribute_newInstance_exception.phpt
similarity index 100%
rename from ext/reflection/tests/ReflectionAttribute_newInstance_exception.phpt
rename to ext/reflection/tests/attributes/ReflectionAttribute_newInstance_exception.phpt
diff --git a/ext/reflection/tests/ReflectionAttribute_toString.phpt b/ext/reflection/tests/attributes/ReflectionAttribute_toString.phpt
similarity index 100%
rename from ext/reflection/tests/ReflectionAttribute_toString.phpt
rename to ext/reflection/tests/attributes/ReflectionAttribute_toString.phpt
diff --git a/ext/reflection/tests/gh12908.phpt b/ext/reflection/tests/attributes/gh12908.phpt
similarity index 100%
rename from ext/reflection/tests/gh12908.phpt
rename to ext/reflection/tests/attributes/gh12908.phpt