| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 41 | protected function doExecute(AssertionContext $context) |
||
| 42 | { |
||
| 43 | $context->getAssertion()->setIssueInstant($this->timeProvider->getTimestamp()); |
||
| 44 | |||
| 45 | $this->logger->info( |
||
| 46 | sprintf('Assertion IssueInstant set to "%s"', $context->getAssertion()->getIssueInstantString()), |
||
| 47 | LogHelper::getActionContext($context, $this) |
||
| 48 | ); |
||
| 49 | } |
||
| 50 | } |
||
| 51 |