WorkflowMessageTestTrait
Table of Contents
Methods
- getWorkflowClass() : string
- getWorkflowName() : string
- assertConstructorEquivalence() : void
- assertSameWorkflowMessage() : void
- findExamples() : AbstractGetAction
Methods
getWorkflowClass()
public
abstract getWorkflowClass() : string
Return values
stringgetWorkflowName()
public
getWorkflowName() : string
Return values
stringassertConstructorEquivalence()
protected
assertConstructorEquivalence(array<string|int, mixed> $exampleProps[, string $exampleName = '' ]) : void
Parameters
- $exampleProps : array<string|int, mixed>
- $exampleName : string = ''
Tags
assertSameWorkflowMessage()
protected
assertSameWorkflowMessage(WorkflowMessageInterface $refInstance, WorkflowMessageInterface $cmpInstance[, string|null $prefix = NULL ]) : void
Parameters
- $refInstance : WorkflowMessageInterface
- $cmpInstance : WorkflowMessageInterface
- $prefix : string|null = NULL
findExamples()
protected
findExamples() : AbstractGetAction