MenuLinkContentJsonCookieTest.php in Drupal 8
File
core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonCookieTest.php
View source
<?php
namespace Drupal\Tests\menu_link_content\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
class MenuLinkContentJsonCookieTest extends MenuLinkContentResourceTestBase {
use CookieResourceTestTrait;
protected static $format = 'json';
protected static $mimeType = 'application/json';
protected static $auth = 'cookie';
protected $defaultTheme = 'stark';
}