ViewJsonCookieTest.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Tests\views\Functional\RestFile
core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.phpView 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
Name | Description |
---|---|
ViewJsonCookieTest | @group rest |