tests/modules/jsonapi_entity_test/src/Entity/EntityTestNoLabel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/jsonapi_entity_test/src/Entity/EntityTestNoLabel.php b/tests/modules/jsonapi_entity_test/src/Entity/EntityTestNoLabel.php index 888712a..5bd9d0d 100644 --- a/tests/modules/jsonapi_entity_test/src/Entity/EntityTestNoLabel.php +++ b/tests/modules/jsonapi_entity_test/src/Entity/EntityTestNoLabel.php @@ -24,7 +24,7 @@ use Drupal\entity_test\Entity\EntityTest; * ) * * @internal - * @todo remove this class when this lands: https://www.drupal.org/project/drupal/issues/2943209 + * @todo remove this class when this lands and JSON API requires a Drupal core version that contains it: https://www.drupal.org/project/drupal/issues/2943209 */ class EntityTestNoLabel extends EntityTest {