RunReportTestMessage
class RunReportTestMessage extends Command implements NormalizableInterface, DenormalizableInterface (View source)
Properties
protected TestInterface | $test | ||
protected string|null | $resultId |
Methods
string|null
getResultId()
No description
void
setResultId(string|null $resultId)
No description
getTest()
No description
void
normalize(NormalizerInterface $normalizer, string $format = null, array $context = [])
No description
denormalize(DenormalizerInterface $denormalizer, $data, string $format = null, array $context = [])
No description
Details
static string
getHandler()
No description
__construct(string $resultId = null, TestInterface $test = null)
No description
string|null
getResultId()
No description
void
setResultId(string|null $resultId)
No description
TestInterface
getTest()
No description
void
setTest(TestInterface $test)
No description
normalize(NormalizerInterface $normalizer, string $format = null, array $context = [])
No description
denormalize(DenormalizerInterface $denormalizer, $data, string $format = null, array $context = [])
No description