diff --git a/core/modules/views/lib/Drupal/views/Tests/Handler/SortRandomTest.php b/core/modules/views/lib/Drupal/views/Tests/Handler/SortRandomTest.php index 5790625..2fabc21 100644 --- a/core/modules/views/lib/Drupal/views/Tests/Handler/SortRandomTest.php +++ b/core/modules/views/lib/Drupal/views/Tests/Handler/SortRandomTest.php @@ -40,6 +40,7 @@ protected function dataSet() { 'age' => $i, 'job' => 'job_' . $i, 'created' => rand(0, time()), + 'status' => 1, ); } return $data;