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