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