SearchPageJsonCookieTest.php

Namespace

Drupal\Tests\search\Functional\Rest

File

core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php

View source
<?php

namespace Drupal\Tests\search\Functional\Rest;

use Drupal\Tests\rest\Functional\CookieResourceTestTrait;

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

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