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