function ViewsSqlTest::executeView
Helper function to execute a view with debugging.
File
-
tests/
views_query.test, line 376
Class
Code
protected function executeView($view) {
$view->execute();
$this->verbose('<pre>Executed view: ' . print_r($view->build_info, TRUE) . '</pre>');
}