Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / search / tests / src / Unit / SearchPageRepositoryTest.php
index 69dffd87cc84e26a2ef6936fb6e896d7c8ac00b3..5321a51d819d2146463318f59986e99606b57cce 100644 (file)
@@ -273,11 +273,13 @@ class SearchPageRepositoryTest extends UnitTestCase {
 }
 
 class TestSearchPage extends SearchPage {
+
   public function __construct(array $values) {
     foreach ($values as $key => $value) {
       $this->$key = $value;
     }
   }
+
   public function label($langcode = NULL) {
     return $this->label;
   }