ImageFieldDisplayTest.php in Image Optimize (or ImageAPI Optimize) 4.x
Same filename and directory in other branches
File
tests/src/Functional/ImageFieldDisplayTest.phpView source
<?php
namespace Drupal\Tests\imageapi_optimize\Functional;
use Drupal\Tests\image\Functional\ImageFieldDisplayTest as OriginalImageFieldDisplayTest;
/**
* Tests the display of image fields.
*
* @group imageapi_optimize
*/
class ImageFieldDisplayTest extends OriginalImageFieldDisplayTest {
/**
* {@inheritdoc}
*/
public static $modules = [
'imageapi_optimize',
];
}
Classes
Name | Description |
---|---|
ImageFieldDisplayTest | Tests the display of image fields. |