Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
26 | protected function doExecute(AssertionContext $context) |
||
27 | { |
||
28 | $id = Helper::generateID(); |
||
29 | $context->getAssertion()->setId($id); |
||
30 | |||
31 | $this->logger->info( |
||
32 | sprintf('Assertion ID set to "%s"', $id), |
||
33 | LogHelper::getActionContext($context, $this, array('message_id' => $id)) |
||
34 | ); |
||
35 | } |
||
36 | } |
||
37 |