--TEST-- ReflectionProperty::{get,set}Value() invokes hooks --FILE-- getValue($test)); $propertyReflection->setValue($test, 'Baz'); ?> --EXPECT-- Get called string(3) "Foo" Set called with value Baz