You are here

protected property RESTTestBase::$defaultMimeType in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/rest/src/Tests/RESTTestBase.php \Drupal\rest\Tests\RESTTestBase::defaultMimeType

The default MIME type to use for testing REST operations.

Type: string

File

core/modules/rest/src/Tests/RESTTestBase.php, line 30
Contains \Drupal\rest\Tests\RESTTestBase.

Class

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

Namespace

Drupal\rest\Tests

Code

protected $defaultMimeType;