ImageStyleCustomStreamWrappersTest.php in Image Optimize (or ImageAPI Optimize) 8.2
Same filename and directory in other branches
Namespace
Drupal\Tests\imageapi_optimize\KernelFile
tests/src/Kernel/ImageStyleCustomStreamWrappersTest.phpView source
<?php
namespace Drupal\Tests\imageapi_optimize\Kernel;
use Drupal\Tests\image\Kernel\ImageStyleCustomStreamWrappersTest as OriginalImageStyleCustomStreamWrappersTest;
/**
* Tests derivative generation with source images using stream wrappers.
*
* @group imageapi_optimize
*/
class ImageStyleCustomStreamWrappersTest extends OriginalImageStyleCustomStreamWrappersTest {
/**
* {@inheritdoc}
*/
public static $modules = [
'imageapi_optimize',
];
}
Classes
Name | Description |
---|---|
ImageStyleCustomStreamWrappersTest | Tests derivative generation with source images using stream wrappers. |