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