Mercurial > hg > isophonics-drupal-site
comparison core/modules/image/src/Tests/ImageFieldTestBase.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | c2387f117808 |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
8 use Drupal\simpletest\WebTestBase; | 8 use Drupal\simpletest\WebTestBase; |
9 | 9 |
10 /** | 10 /** |
11 * TODO: Test the following functions. | 11 * TODO: Test the following functions. |
12 * | 12 * |
13 * image.effects.inc: | 13 * In file: |
14 * - image.effects.inc: | |
14 * image_style_generate() | 15 * image_style_generate() |
15 * \Drupal\image\ImageStyleInterface::createDerivative() | 16 * \Drupal\image\ImageStyleInterface::createDerivative() |
16 * | 17 * |
17 * image.module: | 18 * - image.module: |
18 * image_style_options() | 19 * image_style_options() |
19 * \Drupal\image\ImageStyleInterface::flush() | 20 * \Drupal\image\ImageStyleInterface::flush() |
20 * image_filter_keyword() | 21 * image_filter_keyword() |
21 */ | 22 */ |
22 | 23 |