class GdToolkitWebpImageManipulationTest
GD image toolkit image manipulation of WEBP images.
Attributes
#[CoversClass(GDToolkit::class)]
#[Group('Image')]
#[RequiresPhpExtension('gd')]
#[RunTestsInSeparateProcesses]
Hierarchy
- class \Drupal\KernelTests\KernelTestBase implements \Drupal\Core\DependencyInjection\ServiceProviderInterface uses \Drupal\KernelTests\AssertContentTrait, \Drupal\Tests\RandomGeneratorTrait, \Drupal\Tests\ConfigTestTrait, \Drupal\Tests\ExtensionListTestTrait, \Drupal\Tests\TestRequirementsTrait, \Drupal\Tests\PhpUnitCompatibilityTrait, \Prophecy\PhpUnit\ProphecyTrait, \Drupal\TestTools\Extension\DeprecationBridge\ExpectDeprecationTrait extends \PHPUnit\Framework\TestCase
- class \Drupal\KernelTests\Core\Image\GdToolkitImageManipulationTestBase extends \Drupal\KernelTests\KernelTestBase
- class \Drupal\KernelTests\Core\Image\GdToolkitWebpImageManipulationTest extends \Drupal\KernelTests\Core\Image\GdToolkitImageManipulationTestBase
- class \Drupal\KernelTests\Core\Image\GdToolkitImageManipulationTestBase extends \Drupal\KernelTests\KernelTestBase
Expanded class hierarchy of GdToolkitWebpImageManipulationTest
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Image/ GdToolkitWebpImageManipulationTest.php, line 16
Namespace
Drupal\KernelTests\Core\ImageView 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.