| 1 | <?php |
||
| 23 | class ApplicationContext implements Context |
||
| 24 | { |
||
| 25 | use CommonContextTrait; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @Given I apply for :title job |
||
| 29 | * |
||
| 30 | * @param string $title |
||
| 31 | * @throws \Exception when the titled job not exists |
||
| 32 | */ |
||
| 33 | public function iApplyAJob($title) |
||
| 47 | |||
| 48 | /** |
||
| 49 | * @Given I visit job categories |
||
| 50 | */ |
||
| 51 | public function visitJobsCategories() |
||
| 56 | } |