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