Add results order test

This commit is contained in:
Oliver Davies 2017-10-21 21:01:55 +01:00
parent f6d572211f
commit 569d4a80dc

View file

@ -56,4 +56,15 @@ class PageListTest extends BrowserTestBase {
$this->assertEquals([1], $nids);
}
/**
* Ensure that the results are ordered by title.
*/
public function testResultsAreOrderedAlphabetically() {
// Given I have multiple nodes with different titles.
// When I view the pages list.
// Then I should see pages in the correct order.
}
}