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