ActionJsonAnonTest.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\Tests\action\Functional\RestFile
-
core/
modules/ action/ tests/ src/ Functional/ Rest/ ActionJsonAnonTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\action\Functional\Rest;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
/**
* @group action
*/
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 action |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.