protected function ViewsDataExportExporterBaseTest::verbose in Views data export 7.4
Write a message out to the test results table.
Parameters
$message:
Return value
bool|void
Overrides DrupalTestCase::verbose
1 call to ViewsDataExportExporterBaseTest::verbose()
- ViewsDataExportExporterBaseTest::logVerboseResult in tests/
exporter_tests/ base.test - A function to enable the tests to post results to the test results table.
File
- tests/
exporter_tests/ base.test, line 73
Class
Code
protected function verbose($message) {
return $this
->error($message, 'User notice');
}