コード例 #1
0
ファイル: fTimestampTest.php プロジェクト: philip/flourish
 /**
  * @dataProvider gteProvider
  */
 public function testGte($primary, $secondary, $result)
 {
     $timestamp = new fTimestamp($primary);
     $this->assertEquals($result, $timestamp->gte($secondary));
 }