Ejemplo n.º 1
0
 /**
  * Tests PMF_Search->setCategory()
  * 
  */
 public function testSetCategory()
 {
     $this->PMF_Search->setCategory(23);
     $categoryId = $this->PMF_Search->getCategory();
     $this->assertEquals(23, $categoryId);
 }