| 1 | <?php |
||
| 19 | class DisplayContext extends PageObjectContext implements KernelAwareContext |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var KernelInterface |
||
| 23 | */ |
||
| 24 | protected $kernel; |
||
| 25 | |||
| 26 | public function setKernel(KernelInterface $kernel): void |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @Given /^I should see display with following fields$/ |
||
| 33 | */ |
||
| 34 | public function iShouldSeeDisplayWithFollowingFields(TableNode $table) |
||
| 41 | } |
||
| 42 |