コード例 #1
0
ファイル: ModelTest.php プロジェクト: Konafets/oelib
 /**
  * @test
  */
 public function setTimestampForLoadedModelSetsTheTimestamp()
 {
     $this->subject->setData(array());
     $this->subject->setTimestamp();
     self::assertSame($GLOBALS['SIM_EXEC_TIME'], $this->subject->getAsInteger('tstamp'));
 }