| 1 | <?php |
||
| 19 | class AssertionVersionAction extends AbstractAssertionAction |
||
| 20 | { |
||
| 21 | /** @var string */ |
||
| 22 | private $version; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param LoggerInterface $logger |
||
| 26 | * @param string $version |
||
| 27 | */ |
||
| 28 | public function __construct(LoggerInterface $logger, $version) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param AssertionContext $context |
||
| 37 | * |
||
| 38 | * @return void |
||
| 39 | */ |
||
| 40 | protected function doExecute(AssertionContext $context) |
||
| 49 | } |
||
| 50 |