Mercurial > hg > isophonics-drupal-site
comparison core/modules/image/src/Tests/Views/RelationshipUserImageDataTest.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
28 * | 28 * |
29 * @var array | 29 * @var array |
30 */ | 30 */ |
31 public static $testViews = ['test_image_user_image_data']; | 31 public static $testViews = ['test_image_user_image_data']; |
32 | 32 |
33 protected function setUp() { | 33 protected function setUp($import_test_views = TRUE) { |
34 parent::setUp(); | 34 parent::setUp($import_test_views); |
35 | 35 |
36 // Create the user profile field and instance. | 36 // Create the user profile field and instance. |
37 FieldStorageConfig::create([ | 37 FieldStorageConfig::create([ |
38 'entity_type' => 'user', | 38 'entity_type' => 'user', |
39 'field_name' => 'user_picture', | 39 'field_name' => 'user_picture', |