Exemple #1
0
 public function testuBasePrepareKeyword()
 {
     $sValue = 'agentūЛитовfür test best nest fest test';
     $sResult = 'test, best, nest, fest';
     $this->getConfig()->setConfigParam('aSkipTags', array('agentūЛитовfür'));
     $oView = new oxubase();
     $this->assertEquals($sResult, $oView->UNITprepareMetaKeyword($sValue));
 }