--TEST-- Services_Digg_Stories::hot() --FILE-- 5); foreach ($api->hot($params) as $story) { var_dump(is_numeric($story->id)); } ?> --EXPECT-- bool(true) bool(true) bool(true) bool(true) bool(true)