JApplicationWebRouterBaseTest::testParseRoute
Tests the JApplicationWebRouterBase::parseRoute method.
Signature
public function testParseRoute(string
$r,
boolean
$e,
string
$c,
array
$i,
integer
$m )
Parameters
-
$r
- The route to parse.
-
$e
- True if an exception is expected.
-
$c
- The expected controller name.
-
$i
- The expected input object data.
-
$m
- The map set to use for setting up the router.
Returns
- void