1 | <?php |
||
20 | class AssertionIssueInstantAction extends AbstractAssertionAction |
||
21 | { |
||
22 | /** @var TimeProviderInterface */ |
||
23 | protected $timeProvider; |
||
24 | |||
25 | /** |
||
26 | * @param LoggerInterface $logger |
||
27 | * @param TimeProviderInterface $timeProvider |
||
28 | */ |
||
29 | public function __construct(LoggerInterface $logger, TimeProviderInterface $timeProvider) |
||
35 | |||
36 | /** |
||
37 | * @param AssertionContext $context |
||
38 | * |
||
39 | * @return void |
||
40 | */ |
||
41 | protected function doExecute(AssertionContext $context) |
||
50 | } |
||
51 |