1 | <?php |
||
8 | class Update extends Create |
||
9 | { |
||
10 | protected $select2; |
||
11 | |||
12 | public function __construct(AcceptanceTester $I) |
||
18 | |||
19 | /** |
||
20 | * @param string $billId - id of bill that should be updated. |
||
21 | */ |
||
22 | public function goToUpdatePage(string $billId): void |
||
31 | |||
32 | /** |
||
33 | * Checks whether a bill was updated successfully. |
||
34 | */ |
||
35 | public function seeBillWasUpdated(): void |
||
42 | } |
||
43 |