You are here

protected property RESTTestBase::$testEntityType in Drupal 8

The entity type to use for testing.

Type: string

File

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

Class

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

Namespace

Drupal\rest\Tests

Code

protected $testEntityType = 'entity_test';