Esempio n. 1
0
 function test_calc_step_division_by_zero()
 {
     $term = new stdClass();
     $term->term_id = 1;
     $term->count = 1;
     $terms = array($term, $term);
     $data = $this->dataProvider->get_data_object(array(), $terms);
     $data->getTerms();
 }