コード例 #1
0
ファイル: date_helper.php プロジェクト: bermi/akelos
 public function test_distance_of_time_in_words_to_now()
 {
     $this->assertEqual(DateHelper::distance_of_time_in_words_to_now('2000-02-01 01:00:00'), DateHelper::distance_of_time_in_words('2000-02-01 01:00:00', Ak::time()));
 }