All is needed is this SQL query to be converted into an entity query.
+1
+++ b/core/modules/node/src/Tests/NodeSaveTest.php @@ -49,7 +49,11 @@ protected function setUp() { + $nids = \Drupal::entityManager()->getStorage('node')->getQuery() + ->sort('nid', 'DESC')
Agreed that this new syntax on the storage is way easier to use.
Test changes are not frozen during beta. Committed d4da92e and pushed to 8.0.x. Thanks!
Issue #2426729 by chx: NodeSaveTest hardwires SQL
Automatically closed - issue fixed for 2 weeks with no activity.
Comments
Comment #1
dawehner+1
Agreed that this new syntax on the storage is way easier to use.
Comment #2
alexpottTest changes are not frozen during beta. Committed d4da92e and pushed to 8.0.x. Thanks!