Retrieve the data from the view

This commit is contained in:
Oliver Davies 2017-10-21 21:04:37 +01:00
parent fc8eb51bdf
commit 992390b803

View file

@ -65,7 +65,7 @@ class PageListTest extends BrowserTestBase {
$this->drupalCreateNode(['title' => 'Page C']); $this->drupalCreateNode(['title' => 'Page C']);
$this->drupalCreateNode(['title' => 'Page B']); $this->drupalCreateNode(['title' => 'Page B']);
// When I view the pages list. $nids = array_column(views_get_view_result('pages'), 'nid');
// Then I should see pages in the correct order. // Then I should see pages in the correct order.
} }