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