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