public function testGetTopic()
 {
     $this->assertEquals('productTaxonomy/productType/searchSucceeded', $this->_object->getTopic());
 }
Exemple #2
0
 public function testGetLocaleCodeDefault()
 {
     $result = $this->_object->getLocaleCode();
     $this->assertEquals('en_US', $result);
 }