MenuLinkContentJsonAnonTest.php in Drupal 8
Same filename and directory in other branches
File
core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonAnonTest.phpView source
<?php
namespace Drupal\Tests\menu_link_content\Functional\Rest;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
/**
* @group rest
*/
class MenuLinkContentJsonAnonTest extends MenuLinkContentResourceTestBase {
use AnonResourceTestTrait;
/**
* {@inheritdoc}
*/
protected static $format = 'json';
/**
* {@inheritdoc}
*/
protected static $mimeType = 'application/json';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
Classes
Name | Description |
---|---|
MenuLinkContentJsonAnonTest | @group rest |