JFilterOutputTest::testCleanText
Execute a cleanText test case.
The test framework calls this function once for each element in the array returned by the named data provider.
Signature
public function testCleanText(string
$data,
string
$expect )
Parameters
-
$data
- The original output
-
$expect
- The expected result for this test.
Returns
- void