ImageEffectsTest.php in Image Optimize (or ImageAPI Optimize) 8.2
File
tests/src/Functional/ImageEffectsTest.phpView source
<?php
namespace Drupal\Tests\imageapi_optimize\Functional;
use Drupal\Tests\image\Functional\ImageEffectsTest as OriginalImageEffectsTest;
/**
* Tests that the image effects pass parameters to the toolkit correctly.
*
* @group imageapi_optimize
*/
class ImageEffectsTest extends OriginalImageEffectsTest {
/**
* {@inheritdoc}
*/
public static $modules = [
'imageapi_optimize',
];
}
Classes
Name | Description |
---|---|
ImageEffectsTest | Tests that the image effects pass parameters to the toolkit correctly. |