--TEST-- Bug #69180: Reflection does not honor trait conflict resolution / method aliasing --FILE-- getMethods() as $method) { var_dump($method->getName()); } ?> --EXPECT-- string(3) "foo" string(3) "bar"