Loading core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -385,6 +385,7 @@ public function testEntityQuery(): void { ->getQuery() ->latestRevision() ->notExists("$figures.color") ->sort('id') ->accessCheck(TRUE) ->execute(); $expected = [16 => '4', 8 => '8', 20 => '12']; Loading @@ -400,6 +401,7 @@ public function testEntityQuery(): void { $results = $this->queryResults = $this->storage ->getQuery() ->latestRevision() ->sort('id') ->notExists("$figures.color") ->accessCheck(TRUE) ->execute(); Loading Loading
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -385,6 +385,7 @@ public function testEntityQuery(): void { ->getQuery() ->latestRevision() ->notExists("$figures.color") ->sort('id') ->accessCheck(TRUE) ->execute(); $expected = [16 => '4', 8 => '8', 20 => '12']; Loading @@ -400,6 +401,7 @@ public function testEntityQuery(): void { $results = $this->queryResults = $this->storage ->getQuery() ->latestRevision() ->sort('id') ->notExists("$figures.color") ->accessCheck(TRUE) ->execute(); Loading