RdfMappingJsonCookieTest.php

Same filename in other branches
  1. 8.9.x core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonCookieTest.php

Namespace

Drupal\Tests\rdf\Functional\Rest

File

core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonCookieTest.php

View source
<?php

namespace Drupal\Tests\rdf\Functional\Rest;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

/**
 * @group rest
 * @group legacy
 */
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

Title Deprecated Summary
RdfMappingJsonCookieTest @group rest @group legacy

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.