예제 #1
0
 /**
  * Do some setup before each test start
  */
 protected function setUp()
 {
     parent::setup();
     $this->config = json_decode(file_get_contents(dirname(__FILE__) . '/../../unit/mongo/data/config.json'), true);
 }
예제 #2
0
 /**
  * Do some setup before each test start
  */
 protected function setUp()
 {
     parent::setup();
     $this->tripod = new \Tripod\Mongo\Driver('CBD_testing', 'tripod_php_testing', array('defaultContext' => 'http://talisaspire.com/'));
     $this->loadLargeGraphData();
 }