Assert expected node order

This commit is contained in:
Oliver Davies 2017-10-21 21:13:55 +01:00
parent 992390b803
commit 461e66bf53

View file

@ -67,7 +67,7 @@ class PageListTest extends BrowserTestBase {
$nids = array_column(views_get_view_result('pages'), 'nid');
// Then I should see pages in the correct order.
$this->assertEquals([1, 4, 3, 2], $nids);
}
}