SearchPageJsonAnonTest.php
Same filename and directory in other branches
- 11.x core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php
- 10 core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php
- 9 core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php
- 8.9.x core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php
Namespace
Drupal\Tests\search\Functional\RestFile
-
core/
modules/ search/ tests/ src/ Functional/ Rest/ SearchPageJsonAnonTest.php
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\search\Functional\Rest;
use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
/**
* Tests Search Page Json Anon.
*/
class SearchPageJsonAnonTest extends SearchPageResourceTestBase {
use AnonResourceTestTrait;
/**
* {@inheritdoc}
*/
protected static $format = 'json';
/**
* {@inheritdoc}
*/
protected static $mimeType = 'application/json';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| SearchPageJsonAnonTest | Tests Search Page Json Anon. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.