You are here

protected static property PathAliasXmlBasicAuthTest::$mimeType in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php \Drupal\Tests\path_alias\Functional\Rest\PathAliasXmlBasicAuthTest::mimeType

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php, line 36

Class

PathAliasXmlBasicAuthTest
Test path_alias entities for XML requests with cookie authentication.

Namespace

Drupal\Tests\path_alias\Functional\Rest

Code

protected static $mimeType = 'text/xml; charset=UTF-8';