EntityFormModeHalJsonCookieTest.php

Same filename in other branches
  1. 9 core/modules/hal/tests/src/Functional/Core/EntityFormModeHalJsonCookieTest.php

Namespace

Drupal\FunctionalTests\Hal

File

core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonCookieTest.php

View source
<?php

namespace Drupal\FunctionalTests\Hal;

use Drupal\FunctionalTests\Rest\EntityFormModeResourceTestBase;
use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

/**
 * @group hal
 */
class EntityFormModeHalJsonCookieTest extends EntityFormModeResourceTestBase {
    use CookieResourceTestTrait;
    
    /**
     * {@inheritdoc}
     */
    public static $modules = [
        'hal',
    ];
    
    /**
     * {@inheritdoc}
     */
    protected $defaultTheme = 'stark';
    
    /**
     * {@inheritdoc}
     */
    protected static $format = 'hal_json';
    
    /**
     * {@inheritdoc}
     */
    protected static $mimeType = 'application/hal+json';
    
    /**
     * {@inheritdoc}
     */
    protected static $auth = 'cookie';

}

Classes

Title Deprecated Summary
EntityFormModeHalJsonCookieTest @group hal

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