Esempio n. 1
0
 public function testSetXslt()
 {
     foreach ($this->_testObjects as $obj) {
         $this->object->setXslt($obj['query']['xslt']);
         $this->assertEquals($obj['query']['xslt'], $this->object->getXslt());
     }
 }