JPaginationTest::testItemInactive
This method tests the _item_active method.
Signature
public function testItemInactive(string
$text,
integer
$total,
integer
$limitstart,
integer
$limit,
string
$expected )
Parameters
-
$text
- The link text.
-
$total
- The total number of items.
-
$limitstart
- The offset of the item to start at.
-
$limit
- The number of items to display per page.
-
$expected
- The expected results for the JPagination object
Returns
- void