You are here

ImageStyleIntegrationTest.php in Image Optimize (or ImageAPI Optimize) 4.x

File

tests/src/Kernel/ImageStyleIntegrationTest.php
View 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

Namesort descending Description
ImageStyleIntegrationTest Tests the integration of ImageStyle with the core.