ActionJsonAnonTest.php

Same filename and directory in other branches
  1. 8.9.x core/modules/system/tests/src/Functional/Rest/ActionJsonAnonTest.php
  2. 10 core/modules/action/tests/src/Functional/Rest/ActionJsonAnonTest.php
  3. 11.x core/modules/action/tests/src/Functional/Rest/ActionJsonAnonTest.php
  4. 10 core/modules/system/tests/src/Functional/Rest/ActionJsonAnonTest.php
  5. 11.x core/modules/system/tests/src/Functional/Rest/ActionJsonAnonTest.php

Namespace

Drupal\Tests\system\Functional\Rest

File

core/modules/system/tests/src/Functional/Rest/ActionJsonAnonTest.php

View source
<?php

namespace Drupal\Tests\system\Functional\Rest;

use Drupal\Tests\rest\Functional\AnonResourceTestTrait;

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

}

Classes

Title Deprecated Summary
ActionJsonAnonTest @group rest

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