You are here

protected static property RequestTestBase::$entityTestBundles in OpenAPI 8.2

File

tests/src/Functional/RequestTestBase.php, line 41

Class

RequestTestBase
Base tests for requests on OpenAPI routes.

Namespace

Drupal\Tests\openapi\Functional

Code

protected static $entityTestBundles = [
  "taxonomy_term" => [
    "camelids",
    "taxonomy_term_test",
  ],
  "openapi_test_entity" => [
    "camelids",
    "openapi_test_entity_test",
  ],
  "openapi_test_entity_type" => [],
  "user" => [],
];