Exemple #1
0
 /**
  * Make sure getPage method works.
  */
 public function test_get_page()
 {
     $this->assertEquals($this->billProduct->page, BillProductData::getPage($this->billProduct->id));
     $this->assertEquals($this->billApplicationProduct->page, BillProductData::getPage($this->billApplicationProduct->id));
 }