Exemplo n.º 1
0
 /**
  * @depends testApply
  */
 public function testGetCategoryApplied(Mage_Catalog_Model_Layer_Filter_Category $modelApplied)
 {
     $category = $modelApplied->getCategory();
     $this->assertInstanceOf('Mage_Catalog_Model_Category', $category);
     $this->assertEquals(3, $category->getId());
 }