You are here

protected static property FilterFormatXmlBasicAuthTest::$mimeType in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/filter/tests/src/Functional/Rest/FilterFormatXmlBasicAuthTest.php \Drupal\Tests\filter\Functional\Rest\FilterFormatXmlBasicAuthTest::mimeType

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/filter/tests/src/Functional/Rest/FilterFormatXmlBasicAuthTest.php, line 34

Class

FilterFormatXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\filter\Functional\Rest

Code

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