function EntityQueryAggregateTest::assertSortedResults
Same name in other branches
- 8.9.x core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php \Drupal\KernelTests\Core\Entity\EntityQueryAggregateTest::assertSortedResults()
- 10 core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php \Drupal\KernelTests\Core\Entity\EntityQueryAggregateTest::assertSortedResults()
- 11.x core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php \Drupal\KernelTests\Core\Entity\EntityQueryAggregateTest::assertSortedResults()
Asserts the results as expected regardless of order in rows.
@internal
Parameters
array $expected: An array of the expected results.
1 call to EntityQueryAggregateTest::assertSortedResults()
- EntityQueryAggregateTest::testAggregation in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityQueryAggregateTest.php - Tests aggregation support.
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityQueryAggregateTest.php, line 660
Class
- EntityQueryAggregateTest
- Tests the Entity Query Aggregation API.
Namespace
Drupal\KernelTests\Core\EntityCode
protected function assertSortedResults(array $expected) : void {
$this->assertResults($expected, TRUE);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.