コード例 #1
0
ファイル: AlertTest.php プロジェクト: stopfstedt/ilios
 /**
  * @covers \Ilios\CoreBundle\Entity\Alert::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getChangeTypes());
     $this->assertEmpty($this->object->getInstigators());
     $this->assertEmpty($this->object->getRecipients());
 }