You are here

protected static property ResponsiveImageStyleXmlAnonTest::$mimeType in Drupal 8

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

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleXmlAnonTest.php, line 24

Class

ResponsiveImageStyleXmlAnonTest
@group rest

Namespace

Drupal\Tests\responsive_image\Functional\Rest

Code

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