diff --git a/core/modules/views/lib/Drupal/views/Tests/DefaultViewsTest.php b/core/modules/views/lib/Drupal/views/Tests/DefaultViewsTest.php index 31f332a..1d3cc36 100644 --- a/core/modules/views/lib/Drupal/views/Tests/DefaultViewsTest.php +++ b/core/modules/views/lib/Drupal/views/Tests/DefaultViewsTest.php @@ -185,7 +185,7 @@ public function testArchiveView() { $this->executeView($view); $column_map = drupal_map_assoc(array('nid', 'created_year_month', 'num_records')); // Create time of additional nodes created in the setup method. - $created_year_month = date('Yd', time() - 3600); + $created_year_month = date('Ym', time() - 3600); $expected_result = array( array( 'nid' => 1,