ImageStylesPathAndUrlTest.php in Image Optimize (or ImageAPI Optimize) 8.2
Same filename and directory in other branches
File
tests/src/Functional/ImageStylesPathAndUrlTest.phpView source
<?php
namespace Drupal\Tests\imageapi_optimize\Functional;
use Drupal\Tests\image\Functional\ImageStylesPathAndUrlTest as OriginalImageStylesPathAndUrlTest;
/**
* Tests the functions for generating paths and URLs for image styles.
*
* @group imageapi_optimize
*/
class ImageStylesPathAndUrlTest extends OriginalImageStylesPathAndUrlTest {
/**
* {@inheritdoc}
*/
public static $modules = [
'imageapi_optimize',
];
}
Classes
Name | Description |
---|---|
ImageStylesPathAndUrlTest | Tests the functions for generating paths and URLs for image styles. |