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