Ejemplo n.º 1
0
 public function testSetData()
 {
     $doc = new Elastica_Document();
     $returnValue = $doc->setData(array('data'));
     $this->assertInstanceOf('Elastica_Document', $returnValue);
 }