You are here

class EntityResourceValidationTraitTestClass in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php \Drupal\Tests\rest\Unit\EntityResourceValidationTraitTestClass
  2. 9 core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php \Drupal\Tests\rest\Unit\EntityResourceValidationTraitTestClass

A test class to use to test EntityResourceValidationTrait.

Using ->getMockForTrait is problematic, as this trait is marked internal. Because the mock doesn't use the \Drupal namespace, the Symfony 4+ class loader will throw a deprecation error.

Hierarchy

Expanded class hierarchy of EntityResourceValidationTraitTestClass

File

core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php, line 82

Namespace

Drupal\Tests\rest\Unit
View source
class EntityResourceValidationTraitTestClass {
  use EntityResourceValidationTrait;

}

Members