comparison core/modules/image/tests/src/Functional/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
6 use Drupal\Tests\BrowserTestBase; 6 use Drupal\Tests\BrowserTestBase;
7 7
8 /** 8 /**
9 * TODO: Test the following functions. 9 * TODO: Test the following functions.
10 * 10 *
11 * image.effects.inc: 11 * In file:
12 * - image.effects.inc:
12 * image_style_generate() 13 * image_style_generate()
13 * \Drupal\image\ImageStyleInterface::createDerivative() 14 * \Drupal\image\ImageStyleInterface::createDerivative()
14 * 15 *
15 * image.module: 16 * - image.module:
16 * image_style_options() 17 * image_style_options()
17 * \Drupal\image\ImageStyleInterface::flush() 18 * \Drupal\image\ImageStyleInterface::flush()
18 * image_filter_keyword() 19 * image_filter_keyword()
19 */ 20 */
20 21