Example #1
0
 public function testSetTitleHelper()
 {
     $newTH = new OntoWiki_Model_TitleHelper(null, $this->_store);
     $this->_instances->setTitleHelper($newTH);
     $this->assertSame($newTH, $this->_instances->getTitleHelper());
 }