示例#1
0
 /**
  * @{inheritdoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->setType(new ScheduleType());
 }
示例#2
0
 /**
  * @{inheritdoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->setType(new WeekType());
 }
 /**
  * @{inheritdoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->setType(new ItemQuantityType());
 }