Ejemplo n.º 1
0
 /**
  * Disconnect all nodes
  */
 public function testDisconnectAll()
 {
     $this->assertTrue(PandraCore::disconnectAll());
 }
 /**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  *
  * @access protected
  */
 protected function tearDown()
 {
     PandraCore::disconnectAll();
 }