Issue #1877292 by larowlan: Fixed Stray references to deprecated views_fetch_data() in doc blocks.

8.0.x
catch 2013-01-04 12:43:41 +00:00
parent de1ac6de4d
commit 9e7dee4fa4
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ class ViewsDataTest extends ViewUnitTestBase {
}
/**
* Tests the views_fetch_data function.
* Tests the views.views_data service.
*
* @see views_fetch_data
* @see \Drupal\views\ViewsDataCache
*/
public function testViewsFetchData() {
$table_name = 'views_test_data';