StubTestTrait
trait StubTestTrait (View source)
Provides common functionality for testing stubbing.
Methods
performStubTest(string $entity_type_id)
Tests that a stub of the given entity type results in a valid entity.
int
createEntityStub(string $entity_type_id)
Create a stub of the given entity type.
validateStub(string $entity_type_id, string $entity_id)
Perform validation on a stub entity.
Details
protected
performStubTest(string $entity_type_id)
Tests that a stub of the given entity type results in a valid entity.
protected int
createEntityStub(string $entity_type_id)
Create a stub of the given entity type.
protected EntityConstraintViolationListInterface
validateStub(string $entity_type_id, string $entity_id)
Perform validation on a stub entity.