ShortcutJsonCookieTest.php
Same filename in other branches
Namespace
Drupal\Tests\shortcut\Functional\RestFile
-
core/
modules/ shortcut/ tests/ src/ Functional/ Rest/ ShortcutJsonCookieTest.php
View source
<?php
namespace Drupal\Tests\shortcut\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
/**
* @group rest
*/
class ShortcutJsonCookieTest extends ShortcutResourceTestBase {
use CookieResourceTestTrait;
/**
* {@inheritdoc}
*/
protected static $format = 'json';
/**
* {@inheritdoc}
*/
protected static $mimeType = 'application/json';
/**
* {@inheritdoc}
*/
protected static $auth = 'cookie';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
Classes
Title | Deprecated | Summary |
---|---|---|
ShortcutJsonCookieTest | @group rest |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.