--TEST-- ReflectionGenerator::__construct() --FILE-- next(); try { $r = new ReflectionGenerator($g); } catch (ReflectionException $e) { echo "Done!\n"; } ?> --EXPECT-- Done!