id()) : $compare_breakpoint; foreach ($properties as $property) { $t_args = array( '%breakpoint' => $breakpoint->label(), '%property' => $property, ); $this->assertEqual($compare_breakpoint->{$property}, $breakpoint->{$property}, format_string('breakpoint_load: Proper %property for breakpoint %breakpoint.', $t_args), 'Breakpoint API'); } } }