/**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  *
  * @access protected
  */
 protected function setUp()
 {
     $this->obj = new TestCFSuper();
     $this->obj->setKeyID($this->_keyID);
     PandraCore::connect('default', 'localhost');
 }