ActionJsonAnonTest.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\Tests\system\Functional\RestFile
-
core/
modules/ system/ tests/ src/ Functional/ Rest/ ActionJsonAnonTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\system\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.