BlockHalJsonCookieTest.php

Same filename and directory in other branches
  1. 8.9.x core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php

Namespace

Drupal\Tests\hal\Functional\block

File

core/modules/hal/tests/src/Functional/block/BlockHalJsonCookieTest.php

View source
<?php

namespace Drupal\Tests\hal\Functional\block;

use Drupal\Tests\block\Functional\Rest\BlockResourceTestBase;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

/**
 * @group hal
 * @group legacy
 */
class BlockHalJsonCookieTest extends BlockResourceTestBase {
    use CookieResourceTestTrait;
    
    /**
     * {@inheritdoc}
     */
    protected static $modules = [
        'hal',
    ];
    
    /**
     * {@inheritdoc}
     */
    protected $defaultTheme = 'classy';
    
    /**
     * {@inheritdoc}
     */
    protected static $format = 'hal_json';
    
    /**
     * {@inheritdoc}
     */
    protected static $mimeType = 'application/hal+json';
    
    /**
     * {@inheritdoc}
     */
    protected static $auth = 'cookie';

}

Classes

Title Deprecated Summary
BlockHalJsonCookieTest @group hal @group legacy

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