|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($tag, $message= '%s') | |
| test ($html) | |
| testMessage ($html) | |
Protected Attributes | |
| $tag | |
An Expectation that looks to see whether some HMTL contains an empty tag of a specific type.
Definition at line 528 of file simpletestlib.php.
| __construct | ( | $ | tag, |
| $ | message = '%s' |
||
| ) |
Definition at line 531 of file simpletestlib.php.
| test | ( | $ | compare | ) |
Tests the expectation. True if correct.
| mixed | $compare | Comparison value. |
Reimplemented from SimpleExpectation.
Definition at line 536 of file simpletestlib.php.

| testMessage | ( | $ | compare | ) |
Returns a human readable test message.
| mixed | $compare | Comparison value. |
Reimplemented from XMLStructureExpectation.
Definition at line 549 of file simpletestlib.php.
$tag [protected] |
Definition at line 529 of file simpletestlib.php.