You are here

protected static property PathAliasXmlAnonTest::$mimeType in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlAnonTest.php \Drupal\Tests\path_alias\Functional\Rest\PathAliasXmlAnonTest::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/PathAliasXmlAnonTest.php, line 26

Class

PathAliasXmlAnonTest
Test path_alias entities for unauthenticated XML requests.

Namespace

Drupal\Tests\path_alias\Functional\Rest

Code

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