| 1 | <?php |
||
| 12 | class Save implements StaticActionInterface |
||
| 13 | { |
||
| 14 | const ACTION = 'Admin\Configuration\Save'; |
||
| 15 | |||
| 16 | protected $webDriver; |
||
| 17 | protected $adminThemeConfiguration; |
||
| 18 | protected $testCase; |
||
| 19 | |||
| 20 | public function __construct( |
||
| 29 | |||
| 30 | public function save() |
||
| 42 | |||
| 43 | public function execute() |
||
| 47 | |||
| 48 | } |