You are here

class ViewJsonAnonTest in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php \Drupal\Tests\views\Functional\Rest\ViewJsonAnonTest
  2. 9 core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php \Drupal\Tests\views\Functional\Rest\ViewJsonAnonTest

@group rest

Hierarchy

Expanded class hierarchy of ViewJsonAnonTest

File

core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php, line 10

Namespace

Drupal\Tests\views\Functional\Rest
View source
class ViewJsonAnonTest extends ViewResourceTestBase {
  use AnonResourceTestTrait;

  /**
   * {@inheritdoc}
   */
  protected static $format = 'json';

  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/json';

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

}

Members