You are here

QuickEditImageControllerTest.php in Image Optimize (or ImageAPI Optimize) 8.3

File

tests/src/Functional/QuickEditImageControllerTest.php
View source
<?php

namespace Drupal\Tests\imageapi_optimize\Functional;

use Drupal\Tests\image\Functional\QuickEditImageControllerTest as OriginalQuickEditImageControllerTest;

/**
 * Tests the endpoints used by the "image" in-place editor.
 *
 * @group imageapi_optimize
 */
class QuickEditImageControllerTest extends OriginalQuickEditImageControllerTest {

  /**
   * {@inheritdoc}
   */
  public static $modules = [
    'imageapi_optimize',
  ];

}

Classes

Namesort descending Description
QuickEditImageControllerTest Tests the endpoints used by the "image" in-place editor.