EditorJsonAnonTest.php

Same filename in other branches
  1. 8.9.x core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php
  2. 10 core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php
  3. 11.x core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php

Namespace

Drupal\Tests\editor\Functional\Rest

File

core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php

View source
<?php

namespace Drupal\Tests\editor\Functional\Rest;

use Drupal\Tests\rest\Functional\AnonResourceTestTrait;

/**
 * @group rest
 */
class EditorJsonAnonTest extends EditorResourceTestBase {
    use AnonResourceTestTrait;
    
    /**
     * {@inheritdoc}
     */
    protected static $format = 'json';
    
    /**
     * {@inheritdoc}
     */
    protected static $mimeType = 'application/json';
    
    /**
     * {@inheritdoc}
     */
    protected $defaultTheme = 'stark';

}

Classes

Title Deprecated Summary
EditorJsonAnonTest @group rest

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