function Drupali18nTestCase::printPage in Internationalization 6
Same name and namespace in other branches
- 7 i18n.test \Drupali18nTestCase::printPage()
Print out current HTML page
File
- tests/
drupal_i18n_test_case.php, line 254
Class
- Drupali18nTestCase
- Test case for typical Drupal tests.
Code
function printPage() {
$this
->printDebug($this
->drupalGetContent());
}