RdfMappingHalJsonAnonTest.php

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

Namespace

Drupal\Tests\hal\Functional\rdf

File

core/modules/hal/tests/src/Functional/rdf/RdfMappingHalJsonAnonTest.php

View source
<?php

namespace Drupal\Tests\hal\Functional\rdf;

use Drupal\Tests\rdf\Functional\Rest\RdfMappingResourceTestBase;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;

/**
 * @group hal
 * @group legacy
 */
class RdfMappingHalJsonAnonTest extends RdfMappingResourceTestBase {
    use AnonResourceTestTrait;
    
    /**
     * {@inheritdoc}
     */
    protected static $modules = [
        'hal',
    ];
    
    /**
     * {@inheritdoc}
     */
    protected $defaultTheme = 'stark';
    
    /**
     * {@inheritdoc}
     */
    protected static $format = 'hal_json';
    
    /**
     * {@inheritdoc}
     */
    protected static $mimeType = 'application/hal+json';

}

Classes

Title Deprecated Summary
RdfMappingHalJsonAnonTest @group hal @group legacy

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