You are here

protected static property WorkflowXmlAnonTest::$mimeType in Drupal 8

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

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php, line 24

Class

WorkflowXmlAnonTest
@group rest

Namespace

Drupal\Tests\workflows\Functional\Rest

Code

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