コード例 #1
0
ファイル: AccountTest.php プロジェクト: antrampa/crm
 public function testDoPreUpdate()
 {
     $entity = new Account();
     $entity->doPreUpdate();
     $this->assertInstanceOf('\\DateTime', $entity->getUpdatedAt());
 }