SearchPageHalJsonCookieTest.php

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

Namespace

Drupal\Tests\search\Functional\Hal

File

core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonCookieTest.php

View source
<?php

namespace Drupal\Tests\search\Functional\Hal;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
use Drupal\Tests\search\Functional\Rest\SearchPageResourceTestBase;

/**
 * @group hal
 */
class SearchPageHalJsonCookieTest extends SearchPageResourceTestBase {
    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
SearchPageHalJsonCookieTest @group hal

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