ImageStyleIntegrationTest.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/ImageStyleIntegrationTest.phpView source
<?php
namespace Drupal\Tests\imageapi_optimize\Kernel;
use Drupal\Tests\image\Kernel\ImageStyleIntegrationTest as OriginalImageStyleIntegrationTest;
/**
* Tests the integration of ImageStyle with the core.
*
* @group imageapi_optimize
*/
class ImageStyleIntegrationTest extends OriginalImageStyleIntegrationTest {
/**
* {@inheritdoc}
*/
public static $modules = [
'imageapi_optimize',
];
}
Classes
Name | Description |
---|---|
ImageStyleIntegrationTest | Tests the integration of ImageStyle with the core. |