Mercurial > hg > isophonics-drupal-site
comparison core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 129ea1e6d783 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
19 | 19 |
20 /** | 20 /** |
21 * {@inheritdoc} | 21 * {@inheritdoc} |
22 */ | 22 */ |
23 public static $modules = ['image', 'file', 'field', 'system', 'user', 'node']; | 23 public static $modules = ['image', 'file', 'field', 'system', 'user', 'node']; |
24 | |
25 /** | |
26 * {@inheritdoc} | |
27 */ | |
28 protected function setUp() { | |
29 parent::setUp(); | |
30 $this->installEntitySchema('node'); | |
31 } | |
24 | 32 |
25 /** | 33 /** |
26 * Tests the dependency between ImageStyle and entity display components. | 34 * Tests the dependency between ImageStyle and entity display components. |
27 */ | 35 */ |
28 public function testEntityDisplayDependency() { | 36 public function testEntityDisplayDependency() { |