Exemplo n.º 1
0
 /**
  * @covers \Ilios\CoreBundle\Entity\Alert::__construct
  */
 public function testConstructor()
 {
     $this->assertEmpty($this->object->getChangeTypes());
     $this->assertEmpty($this->object->getInstigators());
     $this->assertEmpty($this->object->getRecipients());
 }