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