ActionJsonAnonTest.php
Same filename in other branches
- 8.9.x core/modules/system/tests/src/Functional/Rest/ActionJsonAnonTest.php
- 10 core/modules/action/tests/src/Functional/Rest/ActionJsonAnonTest.php
- 11.x core/modules/action/tests/src/Functional/Rest/ActionJsonAnonTest.php
- 11.x core/modules/system/tests/src/Functional/Rest/ActionJsonAnonTest.php
- 10 core/modules/system/tests/src/Functional/Rest/ActionJsonAnonTest.php
Namespace
Drupal\Tests\system\Functional\RestFile
-
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.