Esempio n. 1
0
 /**
  * Post test completion actions.
  */
 protected function tearDown()
 {
     $this->config = array();
     parent::tearDown();
 }
Esempio n. 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();
 }