diff --git a/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php b/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php index 7be2305..272868c 100644 --- a/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php +++ b/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php @@ -218,8 +218,6 @@ public function testReadMore() { ), )); $this->executeView($view); - $this->assertIdentical($view->get_total_rows, NULL, 'The query was not forced to calculate the total number of results.'); - $this->assertIdentical($view->total_rows, NULL, 'The query did not return the total number of rows.'); $output = $view->preview(); $output = drupal_render($output); $this->drupalSetContent($output);