You are here

protected property RESTTestBase::$defaultMimeType in Drupal 8

The default MIME type to use for testing REST operations.

Type: string

File

core/modules/rest/src/Tests/RESTTestBase.php, line 45

Class

RESTTestBase
Test helper class that provides a REST client method to send HTTP requests.

Namespace

Drupal\rest\Tests

Code

protected $defaultMimeType;