onSetUp() public method

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