Ejemplo n.º 1
0
 public function testSetGetParent()
 {
     $newCF = new PandraSuperColumnFamily();
     $newCF->setKeySpace('Keyspace1');
     $newCF->setName('Super1');
     $this->obj->setParent($newCF);
     $this->assertEquals($newCF, $this->obj->getParent());
 }