JHtmlTest::testLink
Tests the link method.
Signature
public function testLink(string
$url,
string
$text,
mixed
$attribs,
string
$expected )
Parameters
-
$url
- The href for the anchor tag.
-
$text
- The text for the anchor tag.
-
$attribs
- A string or array of link attributes.
-
$expected
- The expected result.
Returns
- void