ViewJsonCookieTest.php
Same filename in other branches
Namespace
Drupal\Tests\views\Functional\RestFile
-
core/
modules/ views/ tests/ src/ Functional/ Rest/ ViewJsonCookieTest.php
View source
<?php
namespace Drupal\Tests\views\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
/**
* @group rest
*/
class ViewJsonCookieTest extends ViewResourceTestBase {
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 |
---|---|---|
ViewJsonCookieTest | @group rest |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.