TourJsonCookieTest.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Tests\tour\Functional\RestFile
core/modules/tour/tests/src/Functional/Rest/TourJsonCookieTest.phpView source
<?php
namespace Drupal\Tests\tour\Functional\Rest;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
/**
* @group rest
*/
class TourJsonCookieTest extends TourResourceTestBase {
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 |
---|---|
TourJsonCookieTest | @group rest |