You are here

protected property NormalizerTestBase::$entityClass in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/hal/src/Tests/NormalizerTestBase.php \Drupal\hal\Tests\NormalizerTestBase::entityClass

The class name of the test class.

Type: string

File

core/modules/hal/src/Tests/NormalizerTestBase.php, line 57
Contains \Drupal\hal\Tests\NormalizerTestBase.

Class

NormalizerTestBase
Test the HAL normalizer.

Namespace

Drupal\hal\Tests

Code

protected $entityClass = 'Drupal\\entity_test\\Entity\\EntityTest';