JFilterInputTest::testCleanWithClassBlackList
Execute a test case with clean() using custom class blacklist filter settings (strips bad tags).
Signature
public function testCleanWithClassBlackList(string
$type,
string
$data,
string
$expect,
string
$messageĀ )
Parameters
-
$type
- The type of input
-
$data
- The input
-
$expect
- The expected result for this test.
-
$message
- The failure message identifying the source of the test case.
Returns
- void