示例#1
0
 public function setup()
 {
     parent::setup();
     $this->formatter = new Formatter();
 }
示例#2
0
 /**
  * Setup method.
  **/
 public function setup()
 {
     parent::setup();
     $this->beginTransaction();
 }