class GdToolkitWebpImageManipulationTest

GD image toolkit image manipulation of WEBP images.

Attributes

#[CoversClass(GDToolkit::class)] #[Group('Image')] #[RequiresPhpExtension('gd')] #[RunTestsInSeparateProcesses]

Hierarchy

Expanded class hierarchy of GdToolkitWebpImageManipulationTest

File

core/tests/Drupal/KernelTests/Core/Image/GdToolkitWebpImageManipulationTest.php, line 16

Namespace

Drupal\KernelTests\Core\Image
View source
class GdToolkitWebpImageManipulationTest extends GdToolkitImageManipulationTestBase {
  
  /**
   * {@inheritdoc}
   */
  protected string $sourceTestImage = 'img-test.webp';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.