onSetUp() public method

TestCases must call this method inside setUp().
public onSetUp ( )
Exemplo n.º 1
0
 /**
  * TestCases must call this method inside setUp().
  */
 public function onSetUp()
 {
     $this->getConnection()->getConnection()->exec('SET FOREIGN_KEY_CHECKS=0;');
     parent::onSetUp();
 }