GdToolkitJpegImageManipulationTest.php
Namespace
Drupal\KernelTests\Core\ImageFile
-
core/
tests/ Drupal/ KernelTests/ Core/ Image/ GdToolkitJpegImageManipulationTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\KernelTests\Core\Image;
use Drupal\system\Plugin\ImageToolkit\GDToolkit;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RequiresPhpExtension;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
* GD image toolkit image manipulation of JPEG images.
*/
class GdToolkitJpegImageManipulationTest extends GdToolkitImageManipulationTestBase {
/**
* {@inheritdoc}
*/
protected string $sourceTestImage = 'image-test.jpg';
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| GdToolkitJpegImageManipulationTest | GD image toolkit image manipulation of JPEG images. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.