setDate($x['year'],$x['month'],$x['day']); $start->setTime(0,0,0); $end = new DateTime(); $end->setDate($y['year'],$y['month'],$y['day']); $end->setTime(0,0,0); $inter = $start->diff($end); $inter->days; } public function testListCount() { $count = ranklist_helper::list_count(36490); } public function testAddMondey() { ranklist_helper::add_money(36490,1.25); } public static function tearDownAfterClass() { } }