function MessagingTestCase::printPage in Messaging 7
Same name and namespace in other branches
- 6.4 tests/messaging_test_case.inc \MessagingTestCase::printPage()
File
- tests/
messaging_test_case.inc, line 116
Class
Code
function printPage() {
$this
->assertTrue(TRUE, $this
->drupalGetContent());
}