You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add isVirtual() to the getGettersToCheck() array in ReflectionPropertyTest.php for the PHP 8.4 block. This ensures the parity test compares isVirtual() output between parser-reflection and native reflection for all test stub properties.
Add
isVirtual()to thegetGettersToCheck()array inReflectionPropertyTest.phpfor the PHP 8.4 block. This ensures the parity test comparesisVirtual()output between parser-reflection and native reflection for all test stub properties.Part of #162