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